#525756

Color #525756 Dark Slate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate #525756

Tints of Dark Slate #525756

Color information

#525756 (or 0x525756) is unknown color: approx Dark Slate. HEX triplet: 52, 57 and 56. RGB value is (82,87,86). Sum of RGB (Red+Green+Blue) = 82+87+86=255 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.16% from 255); Green value is 87 (34.38% from 255 or 34.12% from 255); Blue value is 86 (33.98% from 255 or 33.73% from 255); Max value from RGB is 87 - color contains mainly: green. Hex color #525756 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525756 is #ADA8A9. Grayscale: #555555. Windows color (decimal): -11380906 or 5658450. OLE color: 5658450.

HSL color Cylindrical-coordinate representation of color #525756: hue angle of 168º degrees, saturation: 0.03, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #525756 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.66.

Color convert

RGB828786-
CMYK0.0600.010.66
HSL168º2.96%33.14%-
HSV(B)168º5.75%34.12%-
XYZ8.579.2810.14-
YUV85.39128.34125.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 32.16%
GREEN value IS 87 (34.38% from 255) = 34.12%
BLUE value IS 86 (33.98% from 255) = 33.73%
R=32.16%
G=34.12%
B=33.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8287860.0600.010.661682.9633.14
Hex52575660142a8321
Octal122127126601102250341
Binary1010010101011110101101100110000101010100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525756; }

 p { color: rgb(82,87,86); }

 H1.HeaderClassName
 {
   color: #525756;
 }
 .AnyTagClassName
 {
   color: #525756;
 }
</style>
background-color css

<style>
 a { background-color: #525756; }

 a { background-color: rgb(82,87,86); }

 div.DivClassName
 {
   background-color: #525756;
 }
 .BgClassName
 {
   background-color: #525756;
 }
</style>
border-color css

<style>
 span { border-color: #525756; }

 span { border-color: rgb(82,87,86); }

 td.TdClassName
 {
   border-color: #525756;
 }
 .TagClassName
 {
   border-color: #525756;
 }
</style>