#555461

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

Shades of Smoky #555461

Tints of Smoky #555461

Color information

#555461 (or 0x555461) is unknown color: approx Smoky. HEX triplet: 55, 54 and 61. RGB value is (85,84,97). Sum of RGB (Red+Green+Blue) = 85+84+97=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 97 (38.28% from 255 or 36.47% from 266); Max value from RGB is 97 - color contains mainly: blue. Hex color #555461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555461 is #AAAB9E. Grayscale: #555555. Windows color (decimal): -11185055 or 6378581. OLE color: 6378581.

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

Color convert

RGB858497-
CMYK0.120.1300.62
HSL244.62º7.18%35.49%-
HSV(B)244.62º13.4%38.04%-
XYZ9.079.1412.59-
YUV85.78134.33127.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.95%
GREEN value IS 84 (33.20% from 255) = 31.58%
BLUE value IS 97 (38.28% from 255) = 36.47%
R=31.95%
G=31.58%
B=36.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8584970.120.1300.62244.627.1835.49
Hex555461CD03Ef5723
Octal1251241411415076365743
Binary10101011010100110000111001101011111011110101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555461; }

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

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

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

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

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

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

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

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