#554F71

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

Shades of Smoky #554F71

Tints of Smoky #554F71

Color information

#554F71 (or 0x554F71) is unknown color: approx Smoky. HEX triplet: 55, 4F and 71. RGB value is (85,79,113). Sum of RGB (Red+Green+Blue) = 85+79+113=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 79 (31.25% from 255 or 28.52% from 277); Blue value is 113 (44.53% from 255 or 40.79% from 277); Max value from RGB is 113 - color contains mainly: blue. Hex color #554F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554F71 is #AAB08E. Grayscale: #545454. Windows color (decimal): -11186319 or 7425877. OLE color: 7425877.

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

Color convert

RGB8579113-
CMYK0.250.3000.56
HSL250.59º17.71%37.65%-
HSV(B)250.59º30.09%44.31%-
XYZ9.528.7216.8-
YUV84.67143.99128.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.69%
GREEN value IS 79 (31.25% from 255) = 28.52%
BLUE value IS 113 (44.53% from 255) = 40.79%
R=30.69%
G=28.52%
B=40.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85791130.250.3000.56250.5917.7137.65
Hex554F71191E038fb1226
Octal12511716131360703732246
Binary101010110011111110001110011111001110001111101110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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