#554D6E

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

Shades of Smoky #554D6E

Tints of Smoky #554D6E

Color information

#554D6E (or 0x554D6E) is unknown color: approx Smoky. HEX triplet: 55, 4D and 6E. RGB value is (85,77,110). Sum of RGB (Red+Green+Blue) = 85+77+110=272 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.25% from 272); Green value is 77 (30.47% from 255 or 28.31% from 272); Blue value is 110 (43.36% from 255 or 40.44% from 272); Max value from RGB is 110 - color contains mainly: blue. Hex color #554D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554D6E is #AAB291. Grayscale: #535353. Windows color (decimal): -11186834 or 7228757. OLE color: 7228757.

HSL color Cylindrical-coordinate representation of color #554D6E: hue angle of 254.55º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #554D6E is Cyan = 0.23, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8577110-
CMYK0.230.300.57
HSL254.55º17.65%36.67%-
HSV(B)254.55º30%43.14%-
XYZ9.218.3615.88-
YUV83.15143.15129.32-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.25%
GREEN value IS 77 (30.47% from 255) = 28.31%
BLUE value IS 110 (43.36% from 255) = 40.44%
R=31.25%
G=28.31%
B=40.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal85771100.230.300.57254.5517.6536.67
Hex554D6E171E039ff1225
Octal12511515627360713772245
Binary101010110011011101110101111111001110011111111110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554D6E; }

 p { color: rgb(85,77,110); }

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

<style>
 a { background-color: #554D6E; }

 a { background-color: rgb(85,77,110); }

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

<style>
 span { border-color: #554D6E; }

 span { border-color: rgb(85,77,110); }

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