#574473

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

Shades of Meteorite #574473

Tints of Meteorite #574473

Color information

#574473 (or 0x574473) is unknown color: approx Meteorite. HEX triplet: 57, 44 and 73. RGB value is (87,68,115). Sum of RGB (Red+Green+Blue) = 87+68+115=270 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.22% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 115 (45.31% from 255 or 42.59% from 270); Max value from RGB is 115 - color contains mainly: blue. Hex color #574473 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574473 is #A8BB8C. Grayscale: #4E4E4E. Windows color (decimal): -11058061 or 7554135. OLE color: 7554135.

HSL color Cylindrical-coordinate representation of color #574473: hue angle of 264.26º degrees, saturation: 0.26, 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 #574473 is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8768115-
CMYK0.240.4100.55
HSL264.26º25.68%35.88%-
HSV(B)264.26º40.87%45.1%-
XYZ9.097.417.17-
YUV79.04148.29133.68-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.22%
GREEN value IS 68 (26.95% from 255) = 25.19%
BLUE value IS 115 (45.31% from 255) = 42.59%
R=32.22%
G=25.19%
B=42.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87681150.240.4100.55264.2625.6835.88
Hex57447318290371081a24
Octal12710416330510674103244
Binary10101111000100111001111000101001011011110000100011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574473; }

 p { color: rgb(87,68,115); }

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

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

 a { background-color: rgb(87,68,115); }

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

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

 span { border-color: rgb(87,68,115); }

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