#57516A

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

Shades of Smoky #57516A

Tints of Smoky #57516A

Color information

#57516A (or 0x57516A) is unknown color: approx Smoky. HEX triplet: 57, 51 and 6A. RGB value is (87,81,106). Sum of RGB (Red+Green+Blue) = 87+81+106=274 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.75% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 106 (41.80% from 255 or 38.69% from 274); Max value from RGB is 106 - color contains mainly: blue. Hex color #57516A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57516A is #A8AE95. Grayscale: #555555. Windows color (decimal): -11054742 or 6967639. OLE color: 6967639.

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

Color convert

RGB8781106-
CMYK0.180.2400.58
HSL254.4º13.37%36.67%-
HSV(B)254.4º23.58%41.57%-
XYZ9.478.9514.86-
YUV85.64139.49128.97-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.75%
GREEN value IS 81 (32.03% from 255) = 29.56%
BLUE value IS 106 (41.80% from 255) = 38.69%
R=31.75%
G=29.56%
B=38.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal87811060.180.2400.58254.413.3736.67
Hex57516A121803Afed25
Octal12712115222300723761545
Binary10101111010001110101010010110000111010111111101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57516A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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