#55546F

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

Shades of Smoky #55546F

Tints of Smoky #55546F

Color information

#55546F (or 0x55546F) is unknown color: approx Smoky. HEX triplet: 55, 54 and 6F. RGB value is (85,84,111). Sum of RGB (Red+Green+Blue) = 85+84+111=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 111 (43.75% from 255 or 39.64% from 280); Max value from RGB is 111 - color contains mainly: blue. Hex color #55546F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55546F is #AAAB90. Grayscale: #575757. Windows color (decimal): -11185041 or 7296085. OLE color: 7296085.

HSL color Cylindrical-coordinate representation of color #55546F: hue angle of 242.22º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #55546F is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8584111-
CMYK0.230.2400.56
HSL242.22º13.85%38.24%-
HSV(B)242.22º24.32%43.53%-
XYZ9.799.4216.34-
YUV87.38141.33126.3-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.36%
GREEN value IS 84 (33.20% from 255) = 30%
BLUE value IS 111 (43.75% from 255) = 39.64%
R=30.36%
G=30%
B=39.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85841110.230.2400.56242.2213.8538.24
Hex55546F1718038f2e26
Octal12512415727300703621646
Binary10101011010100110111110111110000111000111100101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55546F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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