#514571

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

Shades of Meteorite #514571

Tints of Meteorite #514571

Color information

#514571 (or 0x514571) is unknown color: approx Meteorite. HEX triplet: 51, 45 and 71. RGB value is (81,69,113). Sum of RGB (Red+Green+Blue) = 81+69+113=263 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.80% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 113 (44.53% from 255 or 42.97% from 263); Max value from RGB is 113 - color contains mainly: blue. Hex color #514571 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514571 is #AEBA8E. Grayscale: #4D4D4D. Windows color (decimal): -11451023 or 7423313. OLE color: 7423313.

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

Color convert

RGB8169113-
CMYK0.280.3900.56
HSL256.36º24.18%35.69%-
HSV(B)256.36º38.94%44.31%-
XYZ8.57.216.56-
YUV77.6147.98130.42-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.80%
GREEN value IS 69 (27.34% from 255) = 26.24%
BLUE value IS 113 (44.53% from 255) = 42.97%
R=30.80%
G=26.24%
B=42.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81691130.280.3900.56256.3624.1835.69
Hex5145711C270381001824
Octal12110516134470704003044
Binary10100011000101111000111100100111011100010000000011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514571; }

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

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

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

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

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

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

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

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