#575465

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

Shades of Smoky #575465

Tints of Smoky #575465

Color information

#575465 (or 0x575465) is unknown color: approx Smoky. HEX triplet: 57, 54 and 65. RGB value is (87,84,101). Sum of RGB (Red+Green+Blue) = 87+84+101=272 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.99% from 272); Green value is 84 (33.20% from 255 or 30.88% from 272); Blue value is 101 (39.84% from 255 or 37.13% from 272); Max value from RGB is 101 - color contains mainly: blue. Hex color #575465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575465 is #A8AB9A. Grayscale: #565656. Windows color (decimal): -11053979 or 6640727. OLE color: 6640727.

HSL color Cylindrical-coordinate representation of color #575465: hue angle of 250.59º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #575465 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8784101-
CMYK0.140.1700.60
HSL250.59º9.19%36.27%-
HSV(B)250.59º16.83%39.61%-
XYZ9.459.3113.61-
YUV86.84135.99128.12-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.99%
GREEN value IS 84 (33.20% from 255) = 30.88%
BLUE value IS 101 (39.84% from 255) = 37.13%
R=31.99%
G=30.88%
B=37.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal87841010.140.1700.60250.599.1936.27
Hex575465E1103Cfb924
Octal12712414516210743731144
Binary1010111101010011001011110100010111100111110111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575465; }

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

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

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

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

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

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

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

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