#514773

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

Shades of Meteorite #514773

Tints of Meteorite #514773

Color information

#514773 (or 0x514773) is unknown color: approx Meteorite. HEX triplet: 51, 47 and 73. RGB value is (81,71,115). Sum of RGB (Red+Green+Blue) = 81+71+115=267 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.34% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 115 (45.31% from 255 or 43.07% from 267); Max value from RGB is 115 - color contains mainly: blue. Hex color #514773 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514773 is #AEB88C. Grayscale: #4E4E4E. Windows color (decimal): -11450509 or 7554897. OLE color: 7554897.

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

Color convert

RGB8171115-
CMYK0.300.3800.55
HSL253.64º23.66%36.47%-
HSV(B)253.64º38.26%45.1%-
XYZ8.747.4917.21-
YUV79.01148.31129.42-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.34%
GREEN value IS 71 (28.12% from 255) = 26.59%
BLUE value IS 115 (45.31% from 255) = 43.07%
R=30.34%
G=26.59%
B=43.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81711150.300.3800.55253.6423.6636.47
Hex5147731E26037fe1824
Octal12110716336460673763044
Binary1010001100011111100111111010011001101111111111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514773; }

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

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

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

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

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

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

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

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