#555463

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

Shades of Smoky #555463

Tints of Smoky #555463

Color information

#555463 (or 0x555463) is unknown color: approx Smoky. HEX triplet: 55, 54 and 63. RGB value is (85,84,99). Sum of RGB (Red+Green+Blue) = 85+84+99=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 99 (39.06% from 255 or 36.94% from 268); Max value from RGB is 99 - color contains mainly: blue. Hex color #555463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555463 is #AAAB9C. Grayscale: #555555. Windows color (decimal): -11185053 or 6509653. OLE color: 6509653.

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

Color convert

RGB858499-
CMYK0.140.1500.61
HSL244º8.2%35.88%-
HSV(B)244º15.15%38.82%-
XYZ9.179.1713.09-
YUV86.01135.33127.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.72%
GREEN value IS 84 (33.20% from 255) = 31.34%
BLUE value IS 99 (39.06% from 255) = 36.94%
R=31.72%
G=31.34%
B=36.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8584990.140.1500.612448.235.88
Hex555463EF03Df4824
Octal12512414316170753641044
Binary101010110101001100011111011110111101111101001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555463; }

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

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

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

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

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

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

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

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