#514869

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

Shades of Meteorite #514869

Tints of Meteorite #514869

Color information

#514869 (or 0x514869) is unknown color: approx Meteorite. HEX triplet: 51, 48 and 69. RGB value is (81,72,105). Sum of RGB (Red+Green+Blue) = 81+72+105=258 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.40% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 105 (41.41% from 255 or 40.70% from 258); Max value from RGB is 105 - color contains mainly: blue. Hex color #514869 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514869 is #AEB796. Grayscale: #4E4E4E. Windows color (decimal): -11450263 or 6899793. OLE color: 6899793.

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

Color convert

RGB8172105-
CMYK0.230.3100.59
HSL256.36º18.64%34.71%-
HSV(B)256.36º31.43%41.18%-
XYZ8.267.414.36-
YUV78.45142.98129.82-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.40%
GREEN value IS 72 (28.52% from 255) = 27.91%
BLUE value IS 105 (41.41% from 255) = 40.70%
R=31.40%
G=27.91%
B=40.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81721050.230.3100.59256.3618.6434.71
Hex514869171F03B1001323
Octal12111015127370734002343
Binary1010001100100011010011011111111011101110000000010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514869; }

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

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

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

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

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

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

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

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