#514373

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

Shades of Meteorite #514373

Tints of Meteorite #514373

Color information

#514373 (or 0x514373) is unknown color: approx Meteorite. HEX triplet: 51, 43 and 73. RGB value is (81,67,115). Sum of RGB (Red+Green+Blue) = 81+67+115=263 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.80% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 115 (45.31% from 255 or 43.73% from 263); Max value from RGB is 115 - color contains mainly: blue. Hex color #514373 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514373 is #AEBC8C. Grayscale: #4C4C4C. Windows color (decimal): -11451533 or 7553873. OLE color: 7553873.

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

Color convert

RGB8167115-
CMYK0.300.4200.55
HSL257.5º26.37%35.69%-
HSV(B)257.5º41.74%45.1%-
XYZ8.5717.12-
YUV76.66149.64131.1-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.80%
GREEN value IS 67 (26.56% from 255) = 25.48%
BLUE value IS 115 (45.31% from 255) = 43.73%
R=30.80%
G=25.48%
B=43.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81671150.300.4200.55257.526.3735.69
Hex5143731E2A0371021a24
Octal12110316336520674023244
Binary10100011000011111001111110101010011011110000001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514373; }

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

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

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

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

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

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

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

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