#554E71

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

Shades of Smoky #554E71

Tints of Smoky #554E71

Color information

#554E71 (or 0x554E71) is unknown color: approx Smoky. HEX triplet: 55, 4E and 71. RGB value is (85,78,113). Sum of RGB (Red+Green+Blue) = 85+78+113=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 78 (30.86% from 255 or 28.26% from 276); Blue value is 113 (44.53% from 255 or 40.94% from 276); Max value from RGB is 113 - color contains mainly: blue. Hex color #554E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554E71 is #AAB18E. Grayscale: #535353. Windows color (decimal): -11186575 or 7425621. OLE color: 7425621.

HSL color Cylindrical-coordinate representation of color #554E71: hue angle of 252º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #554E71 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8578113-
CMYK0.250.3100.56
HSL252º18.32%37.45%-
HSV(B)252º30.97%44.31%-
XYZ9.458.5716.78-
YUV84.08144.32128.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.80%
GREEN value IS 78 (30.86% from 255) = 28.26%
BLUE value IS 113 (44.53% from 255) = 40.94%
R=30.80%
G=28.26%
B=40.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85781130.250.3100.5625218.3237.45
Hex554E71191F038fc1225
Octal12511616131370703742245
Binary101010110011101110001110011111101110001111110010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,78,113); }

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

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

 a { background-color: rgb(85,78,113); }

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

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

 span { border-color: rgb(85,78,113); }

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