#57526C

Color #57526C Smoky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smoky #57526C

Tints of Smoky #57526C

Color information

#57526C (or 0x57526C) is unknown color: approx Smoky. HEX triplet: 57, 52 and 6C. RGB value is (87,82,108). Sum of RGB (Red+Green+Blue) = 87+82+108=277 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.41% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 108 - color contains mainly: blue. Hex color #57526C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57526C is #A8AD93. Grayscale: #565656. Windows color (decimal): -11054484 or 7098967. OLE color: 7098967.

HSL color Cylindrical-coordinate representation of color #57526C: hue angle of 251.54º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #57526C is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8782108-
CMYK0.190.2400.58
HSL251.54º13.68%37.25%-
HSV(B)251.54º24.07%42.35%-
XYZ9.659.1415.44-
YUV86.46140.16128.39-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.41%
GREEN value IS 82 (32.42% from 255) = 29.60%
BLUE value IS 108 (42.58% from 255) = 38.99%
R=31.41%
G=29.60%
B=38.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal87821080.190.2400.58251.5413.6837.25
Hex57526C131803Afce25
Octal12712215423300723741645
Binary10101111010010110110010011110000111010111111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57526C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57526C; }

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

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

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

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

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

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

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

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