#514969

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

Shades of Meteorite #514969

Tints of Meteorite #514969

Color information

#514969 (or 0x514969) is unknown color: approx Meteorite. HEX triplet: 51, 49 and 69. RGB value is (81,73,105). Sum of RGB (Red+Green+Blue) = 81+73+105=259 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.27% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 105 (41.41% from 255 or 40.54% from 259); Max value from RGB is 105 - color contains mainly: blue. Hex color #514969 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514969 is #AEB696. Grayscale: #4E4E4E. Windows color (decimal): -11450007 or 6900049. OLE color: 6900049.

HSL color Cylindrical-coordinate representation of color #514969: hue angle of 255º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #514969 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8173105-
CMYK0.230.3000.59
HSL255º17.98%34.9%-
HSV(B)255º30.48%41.18%-
XYZ8.337.5314.38-
YUV79.04142.65129.4-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.27%
GREEN value IS 73 (28.91% from 255) = 28.19%
BLUE value IS 105 (41.41% from 255) = 40.54%
R=31.27%
G=28.19%
B=40.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81731050.230.3000.5925517.9834.9
Hex514969171E03Bff1223
Octal12111115127360733772243
Binary101000110010011101001101111111001110111111111110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514969; }

 p { color: rgb(81,73,105); }

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

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

 a { background-color: rgb(81,73,105); }

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

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

 span { border-color: rgb(81,73,105); }

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