#574A70

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

Shades of Meteorite #574A70

Tints of Meteorite #574A70

Color information

#574A70 (or 0x574A70) is unknown color: approx Meteorite. HEX triplet: 57, 4A and 70. RGB value is (87,74,112). Sum of RGB (Red+Green+Blue) = 87+74+112=273 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.87% from 273); Green value is 74 (29.30% from 255 or 27.11% from 273); Blue value is 112 (44.14% from 255 or 41.03% from 273); Max value from RGB is 112 - color contains mainly: blue. Hex color #574A70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574A70 is #A8B58F. Grayscale: #525252. Windows color (decimal): -11056528 or 7359063. OLE color: 7359063.

HSL color Cylindrical-coordinate representation of color #574A70: hue angle of 260.53º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #574A70 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8774112-
CMYK0.220.3400.56
HSL260.53º20.43%36.47%-
HSV(B)260.53º33.93%43.92%-
XYZ9.38.0916.4-
YUV82.22144.81131.41-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.87%
GREEN value IS 74 (29.30% from 255) = 27.11%
BLUE value IS 112 (44.14% from 255) = 41.03%
R=31.87%
G=27.11%
B=41.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal87741120.220.3400.56260.5320.4336.47
Hex574A7016220381051424
Octal12711216026420704052444
Binary10101111001010111000010110100010011100010000010110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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