#514063

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

Shades of Meteorite #514063

Tints of Meteorite #514063

Color information

#514063 (or 0x514063) is unknown color: approx Meteorite. HEX triplet: 51, 40 and 63. RGB value is (81,64,99). Sum of RGB (Red+Green+Blue) = 81+64+99=244 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.20% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 99 (39.06% from 255 or 40.57% from 244); Max value from RGB is 99 - color contains mainly: blue. Hex color #514063 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514063 is #AEBF9C. Grayscale: #484848. Windows color (decimal): -11452317 or 6504529. OLE color: 6504529.

HSL color Cylindrical-coordinate representation of color #514063: hue angle of 269.14º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #514063 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB816499-
CMYK0.180.3500.61
HSL269.14º21.47%31.96%-
HSV(B)269.14º35.35%38.82%-
XYZ7.486.3212.63-
YUV73.07142.63133.65-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.20%
GREEN value IS 64 (25.39% from 255) = 26.23%
BLUE value IS 99 (39.06% from 255) = 40.57%
R=33.20%
G=26.23%
B=40.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8164990.180.3500.61269.1421.4731.96
Hex514063122303D10d1520
Octal12110014322430754152540
Binary10100011000000110001110010100011011110110000110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514063; }

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

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

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

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

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

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

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

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