#575763

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

Shades of Smoky #575763

Tints of Smoky #575763

Color information

#575763 (or 0x575763) is unknown color: approx Smoky. HEX triplet: 57, 57 and 63. RGB value is (87,87,99). Sum of RGB (Red+Green+Blue) = 87+87+99=273 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.87% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 99 (39.06% from 255 or 36.26% from 273); Max value from RGB is 99 - color contains mainly: blue. Hex color #575763 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575763 is #A8A89C. Grayscale: #585858. Windows color (decimal): -11053213 or 6510423. OLE color: 6510423.

HSL color Cylindrical-coordinate representation of color #575763: hue angle of 240º degrees, saturation: 0.06, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #575763 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB878799-
CMYK0.120.1200.61
HSL240º6.45%36.47%-
HSV(B)240º12.12%38.82%-
XYZ9.599.7413.18-
YUV88.37134127.02-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.87%
GREEN value IS 87 (34.38% from 255) = 31.87%
BLUE value IS 99 (39.06% from 255) = 36.26%
R=31.87%
G=31.87%
B=36.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8787990.120.1200.612406.4536.47
Hex575763CC03Df0624
Octal1271271431414075360644
Binary10101111010111110001111001100011110111110000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575763; }

 p { color: rgb(87,87,99); }

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

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

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

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

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

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

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