#555362

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

Shades of Smoky #555362

Tints of Smoky #555362

Color information

#555362 (or 0x555362) is unknown color: approx Smoky. HEX triplet: 55, 53 and 62. RGB value is (85,83,98). Sum of RGB (Red+Green+Blue) = 85+83+98=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 98 (38.67% from 255 or 36.84% from 266); Max value from RGB is 98 - color contains mainly: blue. Hex color #555362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555362 is #AAAC9D. Grayscale: #555555. Windows color (decimal): -11185310 or 6443861. OLE color: 6443861.

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

Color convert

RGB858398-
CMYK0.130.1500.62
HSL248º8.29%35.49%-
HSV(B)248º15.31%38.43%-
XYZ9.04912.82-
YUV85.31135.16127.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.95%
GREEN value IS 83 (32.81% from 255) = 31.20%
BLUE value IS 98 (38.67% from 255) = 36.84%
R=31.95%
G=31.20%
B=36.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8583980.130.1500.622488.2935.49
Hex555362DF03Ef8823
Octal12512314215170763701043
Binary101010110100111100010110111110111110111110001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555362; }

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

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

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

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

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

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

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

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