#514071

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

Shades of Meteorite #514071

Tints of Meteorite #514071

Color information

#514071 (or 0x514071) is unknown color: approx Meteorite. HEX triplet: 51, 40 and 71. RGB value is (81,64,113). Sum of RGB (Red+Green+Blue) = 81+64+113=258 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.40% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 113 (44.53% from 255 or 43.80% from 258); Max value from RGB is 113 - color contains mainly: blue. Hex color #514071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514071 is #AEBF8E. Grayscale: #4A4A4A. Windows color (decimal): -11452303 or 7422033. OLE color: 7422033.

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

Color convert

RGB8164113-
CMYK0.280.4300.56
HSL260.82º27.68%34.71%-
HSV(B)260.82º43.36%44.31%-
XYZ8.216.6116.47-
YUV74.67149.63132.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.40%
GREEN value IS 64 (25.39% from 255) = 24.81%
BLUE value IS 113 (44.53% from 255) = 43.80%
R=31.40%
G=24.81%
B=43.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81641130.280.4300.56260.8227.6834.71
Hex5140711C2B0381051c23
Octal12110016134530704053443
Binary10100011000000111000111100101011011100010000010111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514071; }

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

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

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

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

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

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

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

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