#574a71

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

Shades of Meteorite #574A71

Tints of Meteorite #574A71

Color information

#574A71 (or 0x574A71) is unknown color: approx Meteorite. HEX triplet: 57, 4A and 71. RGB value is (87,74,113). Sum of RGB (Red+Green+Blue) = 87+74+113=274 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.75% from 274); Green value is 74 (29.30% from 255 or 27.01% from 274); Blue value is 113 (44.53% from 255 or 41.24% from 274); Max value from RGB is 113 - color contains mainly: blue. Hex color #574A71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574A71 is #A8B58E. Grayscale: #525252. Windows color (decimal): -11056527 or 7424599. OLE color: 7424599.

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

Color convert

RGB8774113-
CMYK0.230.3500.56
HSL260º20.86%36.67%-
HSV(B)260º34.51%44.31%-
XYZ9.368.1216.7-
YUV82.33145.31131.33-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.75%
GREEN value IS 74 (29.30% from 255) = 27.01%
BLUE value IS 113 (44.53% from 255) = 41.24%
R=31.75%
G=27.01%
B=41.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal87741130.230.3500.5626020.8636.67
Hex574A7117230381041525
Octal12711216127430704042545
Binary10101111001010111000110111100011011100010000010010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574a71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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