#57536A

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

Shades of Smoky #57536A

Tints of Smoky #57536A

Color information

#57536A (or 0x57536A) is unknown color: approx Smoky. HEX triplet: 57, 53 and 6A. RGB value is (87,83,106). Sum of RGB (Red+Green+Blue) = 87+83+106=276 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.52% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 106 - color contains mainly: blue. Hex color #57536A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57536A is #A8AC95. Grayscale: #565656. Windows color (decimal): -11054230 or 6968151. OLE color: 6968151.

HSL color Cylindrical-coordinate representation of color #57536A: hue angle of 250.43º degrees, saturation: 0.12, 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 #57536A is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8783106-
CMYK0.180.2200.58
HSL250.43º12.17%37.06%-
HSV(B)250.43º21.7%41.57%-
XYZ9.639.2514.91-
YUV86.82138.83128.13-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.52%
GREEN value IS 83 (32.81% from 255) = 30.07%
BLUE value IS 106 (41.80% from 255) = 38.41%
R=31.52%
G=30.07%
B=38.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal87831060.180.2200.58250.4312.1737.06
Hex57536A121603Afac25
Octal12712315222260723721445
Binary10101111010011110101010010101100111010111110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57536A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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