#514469

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

Shades of Meteorite #514469

Tints of Meteorite #514469

Color information

#514469 (or 0x514469) is unknown color: approx Meteorite. HEX triplet: 51, 44 and 69. RGB value is (81,68,105). Sum of RGB (Red+Green+Blue) = 81+68+105=254 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.89% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 105 (41.41% from 255 or 41.34% from 254); Max value from RGB is 105 - color contains mainly: blue. Hex color #514469 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514469 is #AEBB96. Grayscale: #4B4B4B. Windows color (decimal): -11451287 or 6898769. OLE color: 6898769.

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

Color convert

RGB8168105-
CMYK0.230.3500.59
HSL261.08º21.39%33.92%-
HSV(B)261.08º35.24%41.18%-
XYZ8.016.914.27-
YUV76.1144.31131.49-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.89%
GREEN value IS 68 (26.95% from 255) = 26.77%
BLUE value IS 105 (41.41% from 255) = 41.34%
R=31.89%
G=26.77%
B=41.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81681050.230.3500.59261.0821.3933.92
Hex514469172303B1051522
Octal12110415127430734052542
Binary10100011000100110100110111100011011101110000010110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514469; }

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

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

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

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

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

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

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

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