#514871

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

Shades of Meteorite #514871

Tints of Meteorite #514871

Color information

#514871 (or 0x514871) is unknown color: approx Meteorite. HEX triplet: 51, 48 and 71. RGB value is (81,72,113). Sum of RGB (Red+Green+Blue) = 81+72+113=266 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.45% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 113 (44.53% from 255 or 42.48% from 266); Max value from RGB is 113 - color contains mainly: blue. Hex color #514871 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514871 is #AEB78E. Grayscale: #4F4F4F. Windows color (decimal): -11450255 or 7424081. OLE color: 7424081.

HSL color Cylindrical-coordinate representation of color #514871: hue angle of 253.17º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #514871 is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8172113-
CMYK0.280.3600.56
HSL253.17º22.16%36.27%-
HSV(B)253.17º36.28%44.31%-
XYZ8.697.5816.63-
YUV79.36146.98129.17-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.45%
GREEN value IS 72 (28.52% from 255) = 27.07%
BLUE value IS 113 (44.53% from 255) = 42.48%
R=30.45%
G=27.07%
B=42.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81721130.280.3600.56253.1722.1636.27
Hex5148711C24038fd1624
Octal12111016134440703752644
Binary1010001100100011100011110010010001110001111110110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514871; }

 p { color: rgb(81,72,113); }

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

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

 a { background-color: rgb(81,72,113); }

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

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

 span { border-color: rgb(81,72,113); }

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