#57506C

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

Shades of Smoky #57506C

Tints of Smoky #57506C

Color information

#57506C (or 0x57506C) is unknown color: approx Smoky. HEX triplet: 57, 50 and 6C. RGB value is (87,80,108). Sum of RGB (Red+Green+Blue) = 87+80+108=275 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.64% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 108 (42.58% from 255 or 39.27% from 275); Max value from RGB is 108 - color contains mainly: blue. Hex color #57506C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57506C is #A8AF93. Grayscale: #555555. Windows color (decimal): -11054996 or 7098455. OLE color: 7098455.

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

Color convert

RGB8780108-
CMYK0.190.2600.58
HSL255º14.89%36.86%-
HSV(B)255º25.93%42.35%-
XYZ9.518.8515.39-
YUV85.28140.82129.22-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.64%
GREEN value IS 80 (31.64% from 255) = 29.09%
BLUE value IS 108 (42.58% from 255) = 39.27%
R=31.64%
G=29.09%
B=39.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal87801080.190.2600.5825514.8936.86
Hex57506C131A03Afff25
Octal12712015423320723771745
Binary10101111010000110110010011110100111010111111111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57506C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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