#555462

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

Shades of Smoky #555462

Tints of Smoky #555462

Color information

#555462 (or 0x555462) is unknown color: approx Smoky. HEX triplet: 55, 54 and 62. RGB value is (85,84,98). Sum of RGB (Red+Green+Blue) = 85+84+98=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 98 (38.67% from 255 or 36.70% from 267); Max value from RGB is 98 - color contains mainly: blue. Hex color #555462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555462 is #AAAB9D. Grayscale: #555555. Windows color (decimal): -11185054 or 6444117. OLE color: 6444117.

HSL color Cylindrical-coordinate representation of color #555462: hue angle of 244.29º 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 #555462 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB858498-
CMYK0.130.1400.62
HSL244.29º7.69%35.69%-
HSV(B)244.29º14.29%38.43%-
XYZ9.129.1512.84-
YUV85.9134.83127.36-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.84%
GREEN value IS 84 (33.20% from 255) = 31.46%
BLUE value IS 98 (38.67% from 255) = 36.70%
R=31.84%
G=31.46%
B=36.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8584980.130.1400.62244.297.6935.69
Hex555462DE03Ef4824
Octal12512414215160763641044
Binary101010110101001100010110111100111110111101001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555462; }

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

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

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

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

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

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

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

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