#55536B

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

Shades of Smoky #55536B

Tints of Smoky #55536B

Color information

#55536B (or 0x55536B) is unknown color: approx Smoky. HEX triplet: 55, 53 and 6B. RGB value is (85,83,107). Sum of RGB (Red+Green+Blue) = 85+83+107=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 107 (42.19% from 255 or 38.91% from 275); Max value from RGB is 107 - color contains mainly: blue. Hex color #55536B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55536B is #AAAC94. Grayscale: #565656. Windows color (decimal): -11185301 or 7033685. OLE color: 7033685.

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

Color convert

RGB8583107-
CMYK0.210.2200.58
HSL245º12.63%37.25%-
HSV(B)245º22.43%41.96%-
XYZ9.499.1815.18-
YUV86.33139.66127.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.91%
GREEN value IS 83 (32.81% from 255) = 30.18%
BLUE value IS 107 (42.19% from 255) = 38.91%
R=30.91%
G=30.18%
B=38.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85831070.210.2200.5824512.6337.25
Hex55536B151603Af5d25
Octal12512315325260723651545
Binary10101011010011110101110101101100111010111101011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55536B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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