#57536B

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

Shades of Smoky #57536B

Tints of Smoky #57536B

Color information

#57536B (or 0x57536B) is unknown color: approx Smoky. HEX triplet: 57, 53 and 6B. RGB value is (87,83,107). Sum of RGB (Red+Green+Blue) = 87+83+107=277 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.41% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 107 (42.19% from 255 or 38.63% from 277); Max value from RGB is 107 - color contains mainly: blue. Hex color #57536B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57536B is #A8AC94. Grayscale: #565656. Windows color (decimal): -11054229 or 7033687. OLE color: 7033687.

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

Color convert

RGB8783107-
CMYK0.190.2200.58
HSL250º12.63%37.25%-
HSV(B)250º22.43%41.96%-
XYZ9.689.2715.19-
YUV86.93139.33128.05-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.41%
GREEN value IS 83 (32.81% from 255) = 29.96%
BLUE value IS 107 (42.19% from 255) = 38.63%
R=31.41%
G=29.96%
B=38.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal87831070.190.2200.5825012.6337.25
Hex57536B131603Afad25
Octal12712315323260723721545
Binary10101111010011110101110011101100111010111110101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57536B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57536B; }

 p { color: rgb(87,83,107); }

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

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

 a { background-color: rgb(87,83,107); }

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

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

 span { border-color: rgb(87,83,107); }

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