#55526C

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

Shades of Smoky #55526C

Tints of Smoky #55526C

Color information

#55526C (or 0x55526C) is unknown color: approx Smoky. HEX triplet: 55, 52 and 6C. RGB value is (85,82,108). Sum of RGB (Red+Green+Blue) = 85+82+108=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 108 (42.58% from 255 or 39.27% from 275); Max value from RGB is 108 - color contains mainly: blue. Hex color #55526C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55526C is #AAAD93. Grayscale: #555555. Windows color (decimal): -11185556 or 7098965. OLE color: 7098965.

HSL color Cylindrical-coordinate representation of color #55526C: hue angle of 246.92º degrees, saturation: 0.14, 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 #55526C is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8582108-
CMYK0.210.2400.58
HSL246.92º13.68%37.25%-
HSV(B)246.92º24.07%42.35%-
XYZ9.479.0515.43-
YUV85.86140.49127.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.91%
GREEN value IS 82 (32.42% from 255) = 29.82%
BLUE value IS 108 (42.58% from 255) = 39.27%
R=30.91%
G=29.82%
B=39.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85821080.210.2400.58246.9213.6837.25
Hex55526C151803Af7e25
Octal12512215425300723671645
Binary10101011010010110110010101110000111010111101111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55526C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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