#575463

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

Shades of Smoky #575463

Tints of Smoky #575463

Color information

#575463 (or 0x575463) is unknown color: approx Smoky. HEX triplet: 57, 54 and 63. RGB value is (87,84,99). Sum of RGB (Red+Green+Blue) = 87+84+99=270 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.22% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 99 (39.06% from 255 or 36.67% from 270); Max value from RGB is 99 - color contains mainly: blue. Hex color #575463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575463 is #A8AB9C. Grayscale: #565656. Windows color (decimal): -11053981 or 6509655. OLE color: 6509655.

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

Color convert

RGB878499-
CMYK0.120.1500.61
HSL252º8.2%35.88%-
HSV(B)252º15.15%38.82%-
XYZ9.359.2713.1-
YUV86.61134.99128.28-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.22%
GREEN value IS 84 (33.20% from 255) = 31.11%
BLUE value IS 99 (39.06% from 255) = 36.67%
R=32.22%
G=31.11%
B=36.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8784990.120.1500.612528.235.88
Hex575463CF03Dfc824
Octal12712414314170753741044
Binary101011110101001100011110011110111101111111001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575463; }

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

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

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

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

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

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

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

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