#574D71

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

Shades of Smoky #574D71

Tints of Smoky #574D71

Color information

#574D71 (or 0x574D71) is unknown color: approx Smoky. HEX triplet: 57, 4D and 71. RGB value is (87,77,113). Sum of RGB (Red+Green+Blue) = 87+77+113=277 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.41% from 277); Green value is 77 (30.47% from 255 or 27.80% 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 #574D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #574D71 is #A8B28E. Grayscale: #535353. Windows color (decimal): -11055759 or 7425367. OLE color: 7425367.

HSL color Cylindrical-coordinate representation of color #574D71: hue angle of 256.67º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #574D71 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8777113-
CMYK0.230.3200.56
HSL256.67º18.95%37.25%-
HSV(B)256.67º31.86%44.31%-
XYZ9.568.5316.76-
YUV84.09144.31130.07-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.41%
GREEN value IS 77 (30.47% from 255) = 27.80%
BLUE value IS 113 (44.53% from 255) = 40.79%
R=31.41%
G=27.80%
B=40.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal87771130.230.3200.56256.6718.9537.25
Hex574D7117200381011325
Octal12711516127400704012345
Binary10101111001101111000110111100000011100010000000110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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