Color Hex Logo

#535066 Color Hex

#535066
(83,80,102)
0 Favorites   0 Comments

Color spaces of #535066

RGB 8380102
HSL0.690.120.36
HSV248°22°40°
CMYK 0.190.220.00   0.60
XYZ8.83428.535613.7523
Yxy8.53560.28390.2743
Hunter Lab29.21572.8469-7.4577
CIE-Lab35.07436.3406-12.2872

#535066 color RGB value is (83,80,102).

#535066 hex color red value is 83, green value is 80 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #535066 hue: 0.69 , saturation: 0.12 and the lightness value of 535066 is 0.36.

The process color (four color CMYK) of #535066 color hex is 0.19, 0.22, 0.00, 0.60. Web safe color of #535066 is #666666. Color #535066 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01010000 01100110
Octal 123 120 146
Decimal 83 80 102
Hex 53 50 66

RGB Percentages of Color #535066

%31.32
%30.19
%38.49

CMYK Percentages of Color #535066

%19
%22
%0
%60

Triadic Colors of #535066

#535066 #665350 #506653

Analogous Colors of #535066

#535066 #5e5066 #505866

Monochromatic Colors of #535066

#535066

Complementary Color

#535066 #636650

#535066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#535066 Color CSS Codes

.mybgcolor {background-color:#535066; } 
.myforecolor {color:#535066; }
.mybordercolor {border:3px solid #535066; }

#535066 Text Font Color

<p style="color:#535066">Text here</p>

This sample text font color is #535066
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#535066 Background Color

<div style="background-color:#535066">
Div content here</div>

This div background color is #535066


#535066 Border Color

<div style="border:3px solid #535066">
Div here</div>

This div border color is #535066


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,80,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #535066; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #535066;
  -webkit-box-shadow: 1px 1px 3px 2px #535066;
  box-shadow:         1px 1px 3px 2px #535066; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,80,102, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #535066">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #535066;
  -webkit-box-shadow: 1px 1px 3px 2px #535066;
  box-shadow:         1px 1px 3px 2px #535066;">
Div content here</div>

This div box has shadow with color #535066


Comments

No comments written yet.

Please login to write comment.