#555266

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

Shades of Smoky #555266

Tints of Smoky #555266

Color information

#555266 (or 0x555266) is unknown color: approx Smoky. HEX triplet: 55, 52 and 66. RGB value is (85,82,102). Sum of RGB (Red+Green+Blue) = 85+82+102=269 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.60% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 102 (40.23% from 255 or 37.92% from 269); Max value from RGB is 102 - color contains mainly: blue. Hex color #555266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555266 is #AAAD99. Grayscale: #555555. Windows color (decimal): -11185562 or 6705749. OLE color: 6705749.

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

Color convert

RGB8582102-
CMYK0.170.2000.6
HSL249º10.87%36.08%-
HSV(B)249º19.61%40%-
XYZ9.168.9313.81-
YUV85.18137.49127.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.60%
GREEN value IS 82 (32.42% from 255) = 30.48%
BLUE value IS 102 (40.23% from 255) = 37.92%
R=31.60%
G=30.48%
B=37.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal85821020.170.2000.624910.8736.08
Hex555266111403Cf9b24
Octal12512214621240743711344
Binary10101011010010110011010001101000111100111110011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555266; }

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

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

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

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

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

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

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

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