#57506D

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

Shades of Smoky #57506D

Tints of Smoky #57506D

Color information

#57506D (or 0x57506D) is unknown color: approx Smoky. HEX triplet: 57, 50 and 6D. RGB value is (87,80,109). Sum of RGB (Red+Green+Blue) = 87+80+109=276 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.52% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 109 - color contains mainly: blue. Hex color #57506D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57506D is #A8AF92. Grayscale: #555555. Windows color (decimal): -11054995 or 7163991. OLE color: 7163991.

HSL color Cylindrical-coordinate representation of color #57506D: hue angle of 254.48º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #57506D is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8780109-
CMYK0.200.2700.57
HSL254.48º15.34%37.06%-
HSV(B)254.48º26.61%42.75%-
XYZ9.568.8715.68-
YUV85.4141.32129.14-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.52%
GREEN value IS 80 (31.64% from 255) = 28.99%
BLUE value IS 109 (42.97% from 255) = 39.49%
R=31.52%
G=28.99%
B=39.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal87801090.200.2700.57254.4815.3437.06
Hex57506D141B039fef25
Octal12712015524330713761745
Binary10101111010000110110110100110110111001111111101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57506D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57506D; }

 p { color: rgb(87,80,109); }

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

<style>
 a { background-color: #57506D; }

 a { background-color: rgb(87,80,109); }

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

<style>
 span { border-color: #57506D; }

 span { border-color: rgb(87,80,109); }

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