#57546C

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

Shades of Smoky #57546C

Tints of Smoky #57546C

Color information

#57546C (or 0x57546C) is unknown color: approx Smoky. HEX triplet: 57, 54 and 6C. RGB value is (87,84,108). Sum of RGB (Red+Green+Blue) = 87+84+108=279 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.18% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 108 - color contains mainly: blue. Hex color #57546C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57546C is #A8AB93. Grayscale: #575757. Windows color (decimal): -11053972 or 7099479. OLE color: 7099479.

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

Color convert

RGB8784108-
CMYK0.190.2200.58
HSL247.5º12.5%37.65%-
HSV(B)247.5º22.22%42.35%-
XYZ9.819.4515.49-
YUV87.63139.49127.55-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.18%
GREEN value IS 84 (33.20% from 255) = 30.11%
BLUE value IS 108 (42.58% from 255) = 38.71%
R=31.18%
G=30.11%
B=38.71%

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
Decimal87841080.190.2200.58247.512.537.65
Hex57546C131603Af8c26
Octal12712415423260723701446
Binary10101111010100110110010011101100111010111110001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57546C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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