#514573

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

Shades of Meteorite #514573

Tints of Meteorite #514573

Color information

#514573 (or 0x514573) is unknown color: approx Meteorite. HEX triplet: 51, 45 and 73. RGB value is (81,69,115). Sum of RGB (Red+Green+Blue) = 81+69+115=265 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.57% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 115 (45.31% from 255 or 43.40% from 265); Max value from RGB is 115 - color contains mainly: blue. Hex color #514573 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514573 is #AEBA8C. Grayscale: #4D4D4D. Windows color (decimal): -11451021 or 7554385. OLE color: 7554385.

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

Color convert

RGB8169115-
CMYK0.300.400.55
HSL255.65º25%36.08%-
HSV(B)255.65º40%45.1%-
XYZ8.627.2417.16-
YUV77.83148.98130.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.57%
GREEN value IS 69 (27.34% from 255) = 26.04%
BLUE value IS 115 (45.31% from 255) = 43.40%
R=30.57%
G=26.04%
B=43.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81691150.300.400.55255.652536.08
Hex5145731E280371001924
Octal12110516336500674003144
Binary10100011000101111001111110101000011011110000000011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514573; }

 p { color: rgb(81,69,115); }

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

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

 a { background-color: rgb(81,69,115); }

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

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

 span { border-color: rgb(81,69,115); }

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