#555460

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

Shades of Smoky #555460

Tints of Smoky #555460

Color information

#555460 (or 0x555460) is unknown color: approx Smoky. HEX triplet: 55, 54 and 60. RGB value is (85,84,96). Sum of RGB (Red+Green+Blue) = 85+84+96=265 (35% of max value = 765). Red value is 85 (33.59% from 255 or 32.08% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 96 - color contains mainly: blue. Hex color #555460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555460 is #AAAB9F. Grayscale: #555555. Windows color (decimal): -11185056 or 6313045. OLE color: 6313045.

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

Color convert

RGB858496-
CMYK0.110.1200.62
HSL245º6.67%35.29%-
HSV(B)245º12.5%37.65%-
XYZ9.039.1212.35-
YUV85.67133.83127.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.08%
GREEN value IS 84 (33.20% from 255) = 31.70%
BLUE value IS 96 (37.89% from 255) = 36.23%
R=32.08%
G=31.70%
B=36.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8584960.110.1200.622456.6735.29
Hex555460BC03Ef5723
Octal1251241401314076365743
Binary10101011010100110000010111100011111011110101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555460; }

 p { color: rgb(85,84,96); }

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

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

 a { background-color: rgb(85,84,96); }

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

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

 span { border-color: rgb(85,84,96); }

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