Color Hex Logo

#525864 Color Hex

#525864
(82,88,100)
0 Favorites   0 Comments

Color spaces of #525864

RGB 8288100
HSL0.610.100.36
HSV220°18°39°
CMYK 0.180.120.00   0.61
XYZ9.26969.693413.4390
Yxy9.69340.28610.2992
Hunter Lab31.1342-1.3400-3.7984
CIE-Lab37.28640.4670-7.7053

#525864 color RGB value is (82,88,100).

#525864 hex color red value is 82, green value is 88 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #525864 hue: 0.61 , saturation: 0.10 and the lightness value of 525864 is 0.36.

The process color (four color CMYK) of #525864 color hex is 0.18, 0.12, 0.00, 0.61. Web safe color of #525864 is #666666. Color #525864 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01011000 01100100
Octal 122 130 144
Decimal 82 88 100
Hex 52 58 64

RGB Percentages of Color #525864

%30.37
%32.59
%37.04

CMYK Percentages of Color #525864

%18
%12
%0
%61

Triadic Colors of #525864

#525864 #645258 #586452

Analogous Colors of #525864

#525864 #555264 #526164

Monochromatic Colors of #525864

#525864

Complementary Color

#525864 #645e52

#525864 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525864 Color Preview on White Background

Lorem ipsum dolor sit amet.

#525864 Color CSS Codes

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

#525864 Text Font Color

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

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


#525864 Background Color

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

This div background color is #525864


#525864 Border Color

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

This div border color is #525864


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,88,100, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #525864; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #525864;
  -webkit-box-shadow: 1px 1px 3px 2px #525864;
  box-shadow:         1px 1px 3px 2px #525864; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,88,100, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525864


Comments

No comments written yet.

Please login to write comment.