Color Hex Logo

#534b5c Color Hex

#534B5C
(83,75,92)
0 Favorites   0 Comments

Color spaces of #534b5c

RGB 837592
HSL0.750.100.33
HSV268°18°36°
CMYK 0.100.180.00   0.64
XYZ8.01517.643911.1782
Yxy7.64390.29870.2848
Hunter Lab27.64763.3642-4.6182
CIE-Lab33.23007.0622-8.7692

#534b5c color RGB value is (83,75,92).

#534b5c hex color red value is 83, green value is 75 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #534b5c hue: 0.75 , saturation: 0.10 and the lightness value of 534b5c is 0.33.

The process color (four color CMYK) of #534b5c color hex is 0.10, 0.18, 0.00, 0.64. Web safe color of #534b5c is #663366. Color #534b5c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01001011 01011100
Octal 123 113 134
Decimal 83 75 92
Hex 53 4B 5C

RGB Percentages of Color #534b5c

%33.20
%30.00
%36.80

CMYK Percentages of Color #534b5c

%10
%18
%0
%64

Triadic Colors of #534b5c

#534b5c #5c534b #4b5c53

Analogous Colors of #534b5c

#534b5c #5c4b5c #4b4c5c

Monochromatic Colors of #534b5c

#534b5c

Complementary Color

#534b5c #545c4b

#534b5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534b5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#534b5c Color CSS Codes

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

#534b5c Text Font Color

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

This sample text font color is #534b5c
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.


#534b5c Background Color

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

This div background color is #534b5c


#534b5c Border Color

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

This div border color is #534b5c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,75,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #534b5c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #534b5c;
  -webkit-box-shadow: 1px 1px 3px 2px #534b5c;
  box-shadow:         1px 1px 3px 2px #534b5c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534b5c


Comments

No comments written yet.

Please login to write comment.