#57536E

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

Shades of Smoky #57536E

Tints of Smoky #57536E

Color information

#57536E (or 0x57536E) is unknown color: approx Smoky. HEX triplet: 57, 53 and 6E. RGB value is (87,83,110). Sum of RGB (Red+Green+Blue) = 87+83+110=280 (37% of max value = 765). Red value is 87 (34.38% from 255 or 31.07% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 110 (43.36% from 255 or 39.29% from 280); Max value from RGB is 110 - color contains mainly: blue. Hex color #57536E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57536E is #A8AC91. Grayscale: #575757. Windows color (decimal): -11054226 or 7230295. OLE color: 7230295.

HSL color Cylindrical-coordinate representation of color #57536E: hue angle of 248.89º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #57536E is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8783110-
CMYK0.210.2500.57
HSL248.89º13.99%37.84%-
HSV(B)248.89º24.55%43.14%-
XYZ9.849.3416.04-
YUV87.27140.83127.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.07%
GREEN value IS 83 (32.81% from 255) = 29.64%
BLUE value IS 110 (43.36% from 255) = 39.29%
R=31.07%
G=29.64%
B=39.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal87831100.210.2500.57248.8913.9937.84
Hex57536E1519039f9e26
Octal12712315625310713711646
Binary10101111010011110111010101110010111001111110011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57536E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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