#55546C

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

Shades of Smoky #55546C

Tints of Smoky #55546C

Color information

#55546C (or 0x55546C) is unknown color: approx Smoky. HEX triplet: 55, 54 and 6C. RGB value is (85,84,108). Sum of RGB (Red+Green+Blue) = 85+84+108=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 108 - color contains mainly: blue. Hex color #55546C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55546C is #AAAB93. Grayscale: #565656. Windows color (decimal): -11185044 or 7099477. OLE color: 7099477.

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

Color convert

RGB8584108-
CMYK0.210.2200.58
HSL242.5º12.5%37.65%-
HSV(B)242.5º22.22%42.35%-
XYZ9.629.3515.49-
YUV87.04139.83126.55-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.69%
GREEN value IS 84 (33.20% from 255) = 30.32%
BLUE value IS 108 (42.58% from 255) = 38.99%
R=30.69%
G=30.32%
B=38.99%

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
Decimal85841080.210.2200.58242.512.537.65
Hex55546C151603Af2c26
Octal12512415425260723621446
Binary10101011010100110110010101101100111010111100101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55546C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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