#514569

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

Shades of Meteorite #514569

Tints of Meteorite #514569

Color information

#514569 (or 0x514569) is unknown color: approx Meteorite. HEX triplet: 51, 45 and 69. RGB value is (81,69,105). Sum of RGB (Red+Green+Blue) = 81+69+105=255 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.76% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 105 (41.41% from 255 or 41.18% from 255); Max value from RGB is 105 - color contains mainly: blue. Hex color #514569 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514569 is #AEBA96. Grayscale: #4C4C4C. Windows color (decimal): -11451031 or 6899025. OLE color: 6899025.

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

Color convert

RGB8169105-
CMYK0.230.3400.59
HSL260º20.69%34.12%-
HSV(B)260º34.29%41.18%-
XYZ8.077.0314.3-
YUV76.69143.98131.07-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.76%
GREEN value IS 69 (27.34% from 255) = 27.06%
BLUE value IS 105 (41.41% from 255) = 41.18%
R=31.76%
G=27.06%
B=41.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81691050.230.3400.5926020.6934.12
Hex514569172203B1041522
Octal12110515127420734042542
Binary10100011000101110100110111100010011101110000010010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514569; }

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

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

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

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

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

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

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

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