#514772

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

Shades of Meteorite #514772

Tints of Meteorite #514772

Color information

#514772 (or 0x514772) is unknown color: approx Meteorite. HEX triplet: 51, 47 and 72. RGB value is (81,71,114). Sum of RGB (Red+Green+Blue) = 81+71+114=266 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.45% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 114 (44.92% from 255 or 42.86% from 266); Max value from RGB is 114 - color contains mainly: blue. Hex color #514772 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514772 is #AEB88D. Grayscale: #4E4E4E. Windows color (decimal): -11450510 or 7489361. OLE color: 7489361.

HSL color Cylindrical-coordinate representation of color #514772: hue angle of 253.95º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #514772 is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8171114-
CMYK0.290.3800.55
HSL253.95º23.24%36.27%-
HSV(B)253.95º37.72%44.71%-
XYZ8.687.4716.9-
YUV78.89147.81129.5-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.45%
GREEN value IS 71 (28.12% from 255) = 26.69%
BLUE value IS 114 (44.92% from 255) = 42.86%
R=30.45%
G=26.69%
B=42.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81711140.290.3800.55253.9523.2436.27
Hex5147721D26037fe1724
Octal12110716235460673762744
Binary1010001100011111100101110110011001101111111111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514772; }

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

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

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

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

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

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

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

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