#574870

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

Shades of Meteorite #574870

Tints of Meteorite #574870

Color information

#574870 (or 0x574870) is unknown color: approx Meteorite. HEX triplet: 57, 48 and 70. RGB value is (87,72,112). Sum of RGB (Red+Green+Blue) = 87+72+112=271 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.10% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 112 - color contains mainly: blue. Hex color #574870 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574870 is #A8B78F. Grayscale: #505050. Windows color (decimal): -11057040 or 7358551. OLE color: 7358551.

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

Color convert

RGB8772112-
CMYK0.220.3600.56
HSL262.5º21.74%36.08%-
HSV(B)262.5º35.71%43.92%-
XYZ9.177.8316.36-
YUV81.04145.47132.25-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.10%
GREEN value IS 72 (28.52% from 255) = 26.57%
BLUE value IS 112 (44.14% from 255) = 41.33%
R=32.10%
G=26.57%
B=41.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal87721120.220.3600.56262.521.7436.08
Hex57487016240381061624
Octal12711016026440704062644
Binary10101111001000111000010110100100011100010000011010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574870; }

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

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

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

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

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

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

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

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