#574571

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

Shades of Meteorite #574571

Tints of Meteorite #574571

Color information

#574571 (or 0x574571) is unknown color: approx Meteorite. HEX triplet: 57, 45 and 71. RGB value is (87,69,113). Sum of RGB (Red+Green+Blue) = 87+69+113=269 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.34% from 269); Green value is 69 (27.34% from 255 or 25.65% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 113 - color contains mainly: blue. Hex color #574571 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574571 is #A8BA8E. Grayscale: #4F4F4F. Windows color (decimal): -11057807 or 7423319. OLE color: 7423319.

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

Color convert

RGB8769113-
CMYK0.230.3900.56
HSL264.55º24.18%35.69%-
HSV(B)264.55º38.94%44.31%-
XYZ9.047.4716.59-
YUV79.4146.96133.42-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.34%
GREEN value IS 69 (27.34% from 255) = 25.65%
BLUE value IS 113 (44.53% from 255) = 42.01%
R=32.34%
G=25.65%
B=42.01%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal87691130.230.3900.56264.5524.1835.69
Hex57457117270381091824
Octal12710516127470704113044
Binary10101111000101111000110111100111011100010000100111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574571; }

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

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

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

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

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

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

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

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