#574470

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

Shades of Meteorite #574470

Tints of Meteorite #574470

Color information

#574470 (or 0x574470) is unknown color: approx Meteorite. HEX triplet: 57, 44 and 70. RGB value is (87,68,112). Sum of RGB (Red+Green+Blue) = 87+68+112=267 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.58% from 267); Green value is 68 (26.95% from 255 or 25.47% from 267); Blue value is 112 (44.14% from 255 or 41.95% from 267); Max value from RGB is 112 - color contains mainly: blue. Hex color #574470 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574470 is #A8BB8F. Grayscale: #4E4E4E. Windows color (decimal): -11058064 or 7357527. OLE color: 7357527.

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

Color convert

RGB8768112-
CMYK0.220.3900.56
HSL265.91º24.44%35.29%-
HSV(B)265.91º39.29%43.92%-
XYZ8.927.3316.27-
YUV78.7146.79133.92-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.58%
GREEN value IS 68 (26.95% from 255) = 25.47%
BLUE value IS 112 (44.14% from 255) = 41.95%
R=32.58%
G=25.47%
B=41.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal87681120.220.3900.56265.9124.4435.29
Hex574470162703810a1823
Octal12710416026470704123043
Binary10101111000100111000010110100111011100010000101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574470; }

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

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

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

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

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

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

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

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