#574574

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

Shades of Meteorite #574574

Tints of Meteorite #574574

Color information

#574574 (or 0x574574) is unknown color: approx Meteorite. HEX triplet: 57, 45 and 74. RGB value is (87,69,116). Sum of RGB (Red+Green+Blue) = 87+69+116=272 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.99% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 116 (45.70% from 255 or 42.65% from 272); Max value from RGB is 116 - color contains mainly: blue. Hex color #574574 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574574 is #A8BA8B. Grayscale: #4F4F4F. Windows color (decimal): -11057804 or 7619927. OLE color: 7619927.

HSL color Cylindrical-coordinate representation of color #574574: hue angle of 262.98º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #574574 is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8769116-
CMYK0.250.4100.55
HSL262.98º25.41%36.27%-
HSV(B)262.98º40.52%45.49%-
XYZ9.217.5417.49-
YUV79.74148.46133.18-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.99%
GREEN value IS 69 (27.34% from 255) = 25.37%
BLUE value IS 116 (45.70% from 255) = 42.65%
R=31.99%
G=25.37%
B=42.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87691160.250.4100.55262.9825.4136.27
Hex57457419290371071924
Octal12710516431510674073144
Binary10101111000101111010011001101001011011110000011111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574574; }

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

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

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

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

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

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

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

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