#555263

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

Shades of Smoky #555263

Tints of Smoky #555263

Color information

#555263 (or 0x555263) is unknown color: approx Smoky. HEX triplet: 55, 52 and 63. RGB value is (85,82,99). Sum of RGB (Red+Green+Blue) = 85+82+99=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 99 - color contains mainly: blue. Hex color #555263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555263 is #AAAD9C. Grayscale: #545454. Windows color (decimal): -11185565 or 6509141. OLE color: 6509141.

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

Color convert

RGB858299-
CMYK0.140.1700.61
HSL250.59º9.39%35.49%-
HSV(B)250.59º17.17%38.82%-
XYZ9.028.8713.04-
YUV84.84135.99128.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.95%
GREEN value IS 82 (32.42% from 255) = 30.83%
BLUE value IS 99 (39.06% from 255) = 37.22%
R=31.95%
G=30.83%
B=37.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8582990.140.1700.61250.599.3935.49
Hex555263E1103Dfb923
Octal12512214316210753731143
Binary1010101101001011000111110100010111101111110111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555263; }

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

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

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

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

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

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

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

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