#574770

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

Shades of Meteorite #574770

Tints of Meteorite #574770

Color information

#574770 (or 0x574770) is unknown color: approx Meteorite. HEX triplet: 57, 47 and 70. RGB value is (87,71,112). Sum of RGB (Red+Green+Blue) = 87+71+112=270 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.22% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 112 (44.14% from 255 or 41.48% from 270); Max value from RGB is 112 - color contains mainly: blue. Hex color #574770 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574770 is #A8B88F. Grayscale: #505050. Windows color (decimal): -11057296 or 7358295. OLE color: 7358295.

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

Color convert

RGB8771112-
CMYK0.220.3700.56
HSL263.41º22.4%35.88%-
HSV(B)263.41º36.61%43.92%-
XYZ9.117.716.34-
YUV80.46145.8132.67-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.22%
GREEN value IS 71 (28.12% from 255) = 26.30%
BLUE value IS 112 (44.14% from 255) = 41.48%
R=32.22%
G=26.30%
B=41.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal87711120.220.3700.56263.4122.435.88
Hex57477016250381071624
Octal12710716026450704072644
Binary10101111000111111000010110100101011100010000011110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574770; }

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

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

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

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

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

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

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

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