#514769

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

Shades of Meteorite #514769

Tints of Meteorite #514769

Color information

#514769 (or 0x514769) is unknown color: approx Meteorite. HEX triplet: 51, 47 and 69. RGB value is (81,71,105). Sum of RGB (Red+Green+Blue) = 81+71+105=257 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.52% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 105 (41.41% from 255 or 40.86% from 257); Max value from RGB is 105 - color contains mainly: blue. Hex color #514769 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514769 is #AEB896. Grayscale: #4D4D4D. Windows color (decimal): -11450519 or 6899537. OLE color: 6899537.

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

Color convert

RGB8171105-
CMYK0.230.3200.59
HSL257.65º19.32%34.51%-
HSV(B)257.65º32.38%41.18%-
XYZ8.27.2814.34-
YUV77.87143.31130.24-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.52%
GREEN value IS 71 (28.12% from 255) = 27.63%
BLUE value IS 105 (41.41% from 255) = 40.86%
R=31.52%
G=27.63%
B=40.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81711050.230.3200.59257.6519.3234.51
Hex514769172003B1021323
Octal12110715127400734022343
Binary10100011000111110100110111100000011101110000001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514769; }

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

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

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

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

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

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

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

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