#55506A

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

Shades of Smoky #55506A

Tints of Smoky #55506A

Color information

#55506A (or 0x55506A) is unknown color: approx Smoky. HEX triplet: 55, 50 and 6A. RGB value is (85,80,106). Sum of RGB (Red+Green+Blue) = 85+80+106=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 106 (41.80% from 255 or 39.11% from 271); Max value from RGB is 106 - color contains mainly: blue. Hex color #55506A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55506A is #AAAF95. Grayscale: #545454. Windows color (decimal): -11186070 or 6967381. OLE color: 6967381.

HSL color Cylindrical-coordinate representation of color #55506A: hue angle of 251.54º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #55506A is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8580106-
CMYK0.200.2500.58
HSL251.54º13.98%36.47%-
HSV(B)251.54º24.53%41.57%-
XYZ9.228.7114.83-
YUV84.46140.16128.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.37%
GREEN value IS 80 (31.64% from 255) = 29.52%
BLUE value IS 106 (41.80% from 255) = 39.11%
R=31.37%
G=29.52%
B=39.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85801060.200.2500.58251.5413.9836.47
Hex55506A141903Afce24
Octal12512015224310723741644
Binary10101011010000110101010100110010111010111111001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55506A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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