#574873

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

Shades of Meteorite #574873

Tints of Meteorite #574873

Color information

#574873 (or 0x574873) is unknown color: approx Meteorite. HEX triplet: 57, 48 and 73. RGB value is (87,72,115). Sum of RGB (Red+Green+Blue) = 87+72+115=274 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.75% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 115 (45.31% from 255 or 41.97% from 274); Max value from RGB is 115 - color contains mainly: blue. Hex color #574873 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574873 is #A8B78C. Grayscale: #515151. Windows color (decimal): -11057037 or 7555159. OLE color: 7555159.

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

Color convert

RGB8772115-
CMYK0.240.3700.55
HSL260.93º22.99%36.67%-
HSV(B)260.93º37.39%45.1%-
XYZ9.347.917.25-
YUV81.39146.97132-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.75%
GREEN value IS 72 (28.52% from 255) = 26.28%
BLUE value IS 115 (45.31% from 255) = 41.97%
R=31.75%
G=26.28%
B=41.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87721150.240.3700.55260.9322.9936.67
Hex57487318250371051725
Octal12711016330450674052745
Binary10101111001000111001111000100101011011110000010110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574873; }

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

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

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

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

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

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

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

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