#514069

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

Shades of Meteorite #514069

Tints of Meteorite #514069

Color information

#514069 (or 0x514069) is unknown color: approx Meteorite. HEX triplet: 51, 40 and 69. RGB value is (81,64,105). Sum of RGB (Red+Green+Blue) = 81+64+105=250 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.4% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 105 (41.41% from 255 or 42% from 250); Max value from RGB is 105 - color contains mainly: blue. Hex color #514069 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514069 is #AEBF96. Grayscale: #494949. Windows color (decimal): -11452311 or 6897745. OLE color: 6897745.

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

Color convert

RGB8164105-
CMYK0.230.3900.59
HSL264.88º24.26%33.14%-
HSV(B)264.88º39.05%41.18%-
XYZ7.786.4414.2-
YUV73.76145.63133.17-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.4%
GREEN value IS 64 (25.39% from 255) = 25.6%
BLUE value IS 105 (41.41% from 255) = 42%
R=32.4%
G=25.6%
B=42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81641050.230.3900.59264.8824.2633.14
Hex514069172703B1091821
Octal12110015127470734113041
Binary10100011000000110100110111100111011101110000100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514069; }

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

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

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

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

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

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

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

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