#55506C

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

Shades of Smoky #55506C

Tints of Smoky #55506C

Color information

#55506C (or 0x55506C) is unknown color: approx Smoky. HEX triplet: 55, 50 and 6C. RGB value is (85,80,108). Sum of RGB (Red+Green+Blue) = 85+80+108=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 108 - color contains mainly: blue. Hex color #55506C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55506C is #AAAF93. Grayscale: #545454. Windows color (decimal): -11186068 or 7098453. OLE color: 7098453.

HSL color Cylindrical-coordinate representation of color #55506C: hue angle of 250.71º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #55506C is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8580108-
CMYK0.210.2600.58
HSL250.71º14.89%36.86%-
HSV(B)250.71º25.93%42.35%-
XYZ9.328.7515.39-
YUV84.69141.16128.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.14%
GREEN value IS 80 (31.64% from 255) = 29.30%
BLUE value IS 108 (42.58% from 255) = 39.56%
R=31.14%
G=29.30%
B=39.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85801080.210.2600.58250.7114.8936.86
Hex55506C151A03Afbf25
Octal12512015425320723731745
Binary10101011010000110110010101110100111010111110111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55506C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55506C; }

 p { color: rgb(85,80,108); }

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

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

 a { background-color: rgb(85,80,108); }

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

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

 span { border-color: rgb(85,80,108); }

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