#55516A

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

Shades of Smoky #55516A

Tints of Smoky #55516A

Color information

#55516A (or 0x55516A) is unknown color: approx Smoky. HEX triplet: 55, 51 and 6A. RGB value is (85,81,106). Sum of RGB (Red+Green+Blue) = 85+81+106=272 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.25% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 106 (41.80% from 255 or 38.97% from 272); Max value from RGB is 106 - color contains mainly: blue. Hex color #55516A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55516A is #AAAE95. Grayscale: #545454. Windows color (decimal): -11185814 or 6967637. OLE color: 6967637.

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

Color convert

RGB8581106-
CMYK0.200.2400.58
HSL249.6º13.37%36.67%-
HSV(B)249.6º23.58%41.57%-
XYZ9.298.8614.86-
YUV85.05139.83127.97-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.25%
GREEN value IS 81 (32.03% from 255) = 29.78%
BLUE value IS 106 (41.80% from 255) = 38.97%
R=31.25%
G=29.78%
B=38.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85811060.200.2400.58249.613.3736.67
Hex55516A141803Afad25
Octal12512115224300723721545
Binary10101011010001110101010100110000111010111110101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55516A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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