#514072

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

Shades of Meteorite #514072

Tints of Meteorite #514072

Color information

#514072 (or 0x514072) is unknown color: approx Meteorite. HEX triplet: 51, 40 and 72. RGB value is (81,64,114). Sum of RGB (Red+Green+Blue) = 81+64+114=259 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.27% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 114 (44.92% from 255 or 44.02% from 259); Max value from RGB is 114 - color contains mainly: blue. Hex color #514072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514072 is #AEBF8D. Grayscale: #4A4A4A. Windows color (decimal): -11452302 or 7487569. OLE color: 7487569.

HSL color Cylindrical-coordinate representation of color #514072: hue angle of 260.4º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #514072 is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8164114-
CMYK0.290.4400.55
HSL260.4º28.09%34.9%-
HSV(B)260.4º43.86%44.71%-
XYZ8.266.6316.76-
YUV74.78150.13132.43-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.27%
GREEN value IS 64 (25.39% from 255) = 24.71%
BLUE value IS 114 (44.92% from 255) = 44.02%
R=31.27%
G=24.71%
B=44.02%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81641140.290.4400.55260.428.0934.9
Hex5140721D2C0371041c23
Octal12110016235540674043443
Binary10100011000000111001011101101100011011110000010011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514072; }

 p { color: rgb(81,64,114); }

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

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

 a { background-color: rgb(81,64,114); }

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

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

 span { border-color: rgb(81,64,114); }

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