#55546A

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

Shades of Smoky #55546A

Tints of Smoky #55546A

Color information

#55546A (or 0x55546A) is unknown color: approx Smoky. HEX triplet: 55, 54 and 6A. RGB value is (85,84,106). Sum of RGB (Red+Green+Blue) = 85+84+106=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 106 (41.80% from 255 or 38.55% from 275); Max value from RGB is 106 - color contains mainly: blue. Hex color #55546A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55546A is #AAAB95. Grayscale: #565656. Windows color (decimal): -11185046 or 6968405. OLE color: 6968405.

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

Color convert

RGB8584106-
CMYK0.200.2100.58
HSL242.73º11.58%37.25%-
HSV(B)242.73º20.75%41.57%-
XYZ9.529.3114.93-
YUV86.81138.83126.71-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.91%
GREEN value IS 84 (33.20% from 255) = 30.55%
BLUE value IS 106 (41.80% from 255) = 38.55%
R=30.91%
G=30.55%
B=38.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85841060.200.2100.58242.7311.5837.25
Hex55546A141503Af3c25
Octal12512415224250723631445
Binary10101011010100110101010100101010111010111100111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55546A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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