#575462

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

Shades of Smoky #575462

Tints of Smoky #575462

Color information

#575462 (or 0x575462) is unknown color: approx Smoky. HEX triplet: 57, 54 and 62. RGB value is (87,84,98). Sum of RGB (Red+Green+Blue) = 87+84+98=269 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.34% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 98 (38.67% from 255 or 36.43% from 269); Max value from RGB is 98 - color contains mainly: blue. Hex color #575462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575462 is #A8AB9D. Grayscale: #565656. Windows color (decimal): -11053982 or 6444119. OLE color: 6444119.

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

Color convert

RGB878498-
CMYK0.110.1400.62
HSL252.86º7.69%35.69%-
HSV(B)252.86º14.29%38.43%-
XYZ9.319.2512.85-
YUV86.49134.49128.36-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.34%
GREEN value IS 84 (33.20% from 255) = 31.23%
BLUE value IS 98 (38.67% from 255) = 36.43%
R=32.34%
G=31.23%
B=36.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8784980.110.1400.62252.867.6935.69
Hex575462BE03Efd824
Octal12712414213160763751044
Binary101011110101001100010101111100111110111111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575462; }

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

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

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

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

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

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

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

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