#57546B

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

Shades of Smoky #57546B

Tints of Smoky #57546B

Color information

#57546B (or 0x57546B) is unknown color: approx Smoky. HEX triplet: 57, 54 and 6B. RGB value is (87,84,107). Sum of RGB (Red+Green+Blue) = 87+84+107=278 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.29% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 107 (42.19% from 255 or 38.49% from 278); Max value from RGB is 107 - color contains mainly: blue. Hex color #57546B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57546B is #A8AB94. Grayscale: #575757. Windows color (decimal): -11053973 or 7033943. OLE color: 7033943.

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

Color convert

RGB8784107-
CMYK0.190.2100.58
HSL247.83º12.04%37.45%-
HSV(B)247.83º21.5%41.96%-
XYZ9.759.4315.22-
YUV87.52138.99127.63-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.29%
GREEN value IS 84 (33.20% from 255) = 30.22%
BLUE value IS 107 (42.19% from 255) = 38.49%
R=31.29%
G=30.22%
B=38.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal87841070.190.2100.58247.8312.0437.45
Hex57546B131503Af8c25
Octal12712415323250723701445
Binary10101111010100110101110011101010111010111110001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57546B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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