#55536C

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

Shades of Smoky #55536C

Tints of Smoky #55536C

Color information

#55536C (or 0x55536C) is unknown color: approx Smoky. HEX triplet: 55, 53 and 6C. RGB value is (85,83,108). Sum of RGB (Red+Green+Blue) = 85+83+108=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 108 - color contains mainly: blue. Hex color #55536C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55536C is #AAAC93. Grayscale: #565656. Windows color (decimal): -11185300 or 7099221. OLE color: 7099221.

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

Color convert

RGB8583108-
CMYK0.210.2300.58
HSL244.8º13.09%37.45%-
HSV(B)244.8º23.15%42.35%-
XYZ9.559.215.46-
YUV86.45140.16126.97-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.80%
GREEN value IS 83 (32.81% from 255) = 30.07%
BLUE value IS 108 (42.58% from 255) = 39.13%
R=30.80%
G=30.07%
B=39.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85831080.210.2300.58244.813.0937.45
Hex55536C151703Af5d25
Octal12512315425270723651545
Binary10101011010011110110010101101110111010111101011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55536C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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