#574F71

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

Shades of Smoky #574F71

Tints of Smoky #574F71

Color information

#574F71 (or 0x574F71) is unknown color: approx Smoky. HEX triplet: 57, 4F and 71. RGB value is (87,79,113). Sum of RGB (Red+Green+Blue) = 87+79+113=279 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.18% from 279); Green value is 79 (31.25% from 255 or 28.32% from 279); Blue value is 113 (44.53% from 255 or 40.50% from 279); Max value from RGB is 113 - color contains mainly: blue. Hex color #574F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #574F71 is #A8B08E. Grayscale: #555555. Windows color (decimal): -11055247 or 7425879. OLE color: 7425879.

HSL color Cylindrical-coordinate representation of color #574F71: hue angle of 254.12º 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 #574F71 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8779113-
CMYK0.230.3000.56
HSL254.12º17.71%37.65%-
HSV(B)254.12º30.09%44.31%-
XYZ9.718.8116.81-
YUV85.27143.65129.24-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.18%
GREEN value IS 79 (31.25% from 255) = 28.32%
BLUE value IS 113 (44.53% from 255) = 40.50%
R=31.18%
G=28.32%
B=40.50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal87791130.230.3000.56254.1217.7137.65
Hex574F71171E038fe1226
Octal12711716127360703762246
Binary101011110011111110001101111111001110001111111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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