#55516C

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

Shades of Smoky #55516C

Tints of Smoky #55516C

Color information

#55516C (or 0x55516C) is unknown color: approx Smoky. HEX triplet: 55, 51 and 6C. RGB value is (85,81,108). Sum of RGB (Red+Green+Blue) = 85+81+108=274 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.02% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 108 (42.58% from 255 or 39.42% from 274); Max value from RGB is 108 - color contains mainly: blue. Hex color #55516C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55516C is #AAAE93. Grayscale: #555555. Windows color (decimal): -11185812 or 7098709. OLE color: 7098709.

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

Color convert

RGB8581108-
CMYK0.210.2500.58
HSL248.89º14.29%37.06%-
HSV(B)248.89º25%42.35%-
XYZ9.48.915.41-
YUV85.27140.83127.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.02%
GREEN value IS 81 (32.03% from 255) = 29.56%
BLUE value IS 108 (42.58% from 255) = 39.42%
R=31.02%
G=29.56%
B=39.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85811080.210.2500.58248.8914.2937.06
Hex55516C151903Af9e25
Octal12512115425310723711645
Binary10101011010001110110010101110010111010111110011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55516C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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