#574471

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

Shades of Meteorite #574471

Tints of Meteorite #574471

Color information

#574471 (or 0x574471) is unknown color: approx Meteorite. HEX triplet: 57, 44 and 71. RGB value is (87,68,113). Sum of RGB (Red+Green+Blue) = 87+68+113=268 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.46% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 113 (44.53% from 255 or 42.16% from 268); Max value from RGB is 113 - color contains mainly: blue. Hex color #574471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574471 is #A8BB8E. Grayscale: #4E4E4E. Windows color (decimal): -11058063 or 7423063. OLE color: 7423063.

HSL color Cylindrical-coordinate representation of color #574471: hue angle of 265.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #574471 is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8768113-
CMYK0.230.4000.56
HSL265.33º24.86%35.49%-
HSV(B)265.33º39.82%44.31%-
XYZ8.987.3516.57-
YUV78.81147.29133.84-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.46%
GREEN value IS 68 (26.95% from 255) = 25.37%
BLUE value IS 113 (44.53% from 255) = 42.16%
R=32.46%
G=25.37%
B=42.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal87681130.230.4000.56265.3324.8635.49
Hex57447117280381091923
Octal12710416127500704113143
Binary10101111000100111000110111101000011100010000100111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574471; }

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

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

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

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

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

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

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

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