#57516B

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

Shades of Smoky #57516B

Tints of Smoky #57516B

Color information

#57516B (or 0x57516B) is unknown color: approx Smoky. HEX triplet: 57, 51 and 6B. RGB value is (87,81,107). Sum of RGB (Red+Green+Blue) = 87+81+107=275 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.64% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 107 (42.19% from 255 or 38.91% from 275); Max value from RGB is 107 - color contains mainly: blue. Hex color #57516B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57516B is #A8AE94. Grayscale: #555555. Windows color (decimal): -11054741 or 7033175. OLE color: 7033175.

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

Color convert

RGB8781107-
CMYK0.190.2400.58
HSL253.85º13.83%36.86%-
HSV(B)253.85º24.3%41.96%-
XYZ9.538.9715.14-
YUV85.76139.99128.89-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.64%
GREEN value IS 81 (32.03% from 255) = 29.45%
BLUE value IS 107 (42.19% from 255) = 38.91%
R=31.64%
G=29.45%
B=38.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal87811070.190.2400.58253.8513.8336.86
Hex57516B131803Afee25
Octal12712115323300723761645
Binary10101111010001110101110011110000111010111111101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57516B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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