#513F76

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

Shades of Meteorite #513F76

Tints of Meteorite #513F76

Color information

#513F76 (or 0x513F76) is unknown color: approx Meteorite. HEX triplet: 51, 3F and 76. RGB value is (81,63,118). Sum of RGB (Red+Green+Blue) = 81+63+118=262 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.92% from 262); Green value is 63 (25% from 255 or 24.05% from 262); Blue value is 118 (46.48% from 255 or 45.04% from 262); Max value from RGB is 118 - color contains mainly: blue. Hex color #513F76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513F76 is #AEC089. Grayscale: #4A4A4A. Windows color (decimal): -11452554 or 7749457. OLE color: 7749457.

HSL color Cylindrical-coordinate representation of color #513F76: hue angle of 259.64º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #513F76 is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8163118-
CMYK0.310.4700.54
HSL259.64º30.39%35.49%-
HSV(B)259.64º46.61%46.27%-
XYZ8.446.6117.97-
YUV74.65152.46132.53-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.92%
GREEN value IS 63 (25% from 255) = 24.05%
BLUE value IS 118 (46.48% from 255) = 45.04%
R=30.92%
G=24.05%
B=45.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal81631180.310.4700.54259.6430.3935.49
Hex513F761F2F0361041e23
Octal1217716637570664043643
Binary1010001111111111011011111101111011011010000010011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513F76; }

 p { color: rgb(81,63,118); }

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

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

 a { background-color: rgb(81,63,118); }

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

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

 span { border-color: rgb(81,63,118); }

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