#555366

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

Shades of Smoky #555366

Tints of Smoky #555366

Color information

#555366 (or 0x555366) is unknown color: approx Smoky. HEX triplet: 55, 53 and 66. RGB value is (85,83,102). Sum of RGB (Red+Green+Blue) = 85+83+102=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 102 - color contains mainly: blue. Hex color #555366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555366 is #AAAC99. Grayscale: #555555. Windows color (decimal): -11185306 or 6706005. OLE color: 6706005.

HSL color Cylindrical-coordinate representation of color #555366: hue angle of 246.32º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #555366 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8583102-
CMYK0.170.1900.6
HSL246.32º10.27%36.27%-
HSV(B)246.32º18.63%40%-
XYZ9.249.0813.84-
YUV85.76137.16127.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.48%
GREEN value IS 83 (32.81% from 255) = 30.74%
BLUE value IS 102 (40.23% from 255) = 37.78%
R=31.48%
G=30.74%
B=37.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal85831020.170.1900.6246.3210.2736.27
Hex555366111303Cf6a24
Octal12512314621230743661244
Binary10101011010011110011010001100110111100111101101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555366; }

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

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

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

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

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

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

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

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