#55546B

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

Shades of Smoky #55546B

Tints of Smoky #55546B

Color information

#55546B (or 0x55546B) is unknown color: approx Smoky. HEX triplet: 55, 54 and 6B. RGB value is (85,84,107). Sum of RGB (Red+Green+Blue) = 85+84+107=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 107 (42.19% from 255 or 38.77% from 276); Max value from RGB is 107 - color contains mainly: blue. Hex color #55546B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55546B is #AAAB94. Grayscale: #565656. Windows color (decimal): -11185045 or 7033941. OLE color: 7033941.

HSL color Cylindrical-coordinate representation of color #55546B: hue angle of 242.61º 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 #55546B is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8584107-
CMYK0.210.2100.58
HSL242.61º12.04%37.45%-
HSV(B)242.61º21.5%41.96%-
XYZ9.579.3315.21-
YUV86.92139.33126.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.80%
GREEN value IS 84 (33.20% from 255) = 30.43%
BLUE value IS 107 (42.19% from 255) = 38.77%
R=30.80%
G=30.43%
B=38.77%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85841070.210.2100.58242.6112.0437.45
Hex55546B151503Af3c25
Octal12512415325250723631445
Binary10101011010100110101110101101010111010111100111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55546B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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