#575562

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

Shades of Smoky #575562

Tints of Smoky #575562

Color information

#575562 (or 0x575562) is unknown color: approx Smoky. HEX triplet: 57, 55 and 62. RGB value is (87,85,98). Sum of RGB (Red+Green+Blue) = 87+85+98=270 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.22% from 270); Green value is 85 (33.59% from 255 or 31.48% from 270); Blue value is 98 (38.67% from 255 or 36.30% from 270); Max value from RGB is 98 - color contains mainly: blue. Hex color #575562 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575562 is #A8AA9D. Grayscale: #575757. Windows color (decimal): -11053726 or 6444375. OLE color: 6444375.

HSL color Cylindrical-coordinate representation of color #575562: hue angle of 249.23º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #575562 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB878598-
CMYK0.110.1300.62
HSL249.23º7.1%35.88%-
HSV(B)249.23º13.27%38.43%-
XYZ9.389.4112.88-
YUV87.08134.16127.94-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.22%
GREEN value IS 85 (33.59% from 255) = 31.48%
BLUE value IS 98 (38.67% from 255) = 36.30%
R=32.22%
G=31.48%
B=36.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8785980.110.1300.62249.237.135.88
Hex575562BD03Ef9724
Octal1271251421315076371744
Binary10101111010101110001010111101011111011111001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575562; }

 p { color: rgb(87,85,98); }

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

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

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

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

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

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

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