#513C76

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

Shades of Meteorite #513C76

Tints of Meteorite #513C76

Color information

#513C76 (or 0x513C76) is unknown color: approx Meteorite. HEX triplet: 51, 3C and 76. RGB value is (81,60,118). Sum of RGB (Red+Green+Blue) = 81+60+118=259 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.27% from 259); Green value is 60 (23.83% from 255 or 23.17% from 259); Blue value is 118 (46.48% from 255 or 45.56% from 259); Max value from RGB is 118 - color contains mainly: blue. Hex color #513C76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513C76 is #AEC389. Grayscale: #484848. Windows color (decimal): -11453322 or 7748689. OLE color: 7748689.

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

Color convert

RGB8160118-
CMYK0.310.4900.54
HSL261.72º32.58%34.9%-
HSV(B)261.72º49.15%46.27%-
XYZ8.286.2917.92-
YUV72.89153.46133.78-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.27%
GREEN value IS 60 (23.83% from 255) = 23.17%
BLUE value IS 118 (46.48% from 255) = 45.56%
R=31.27%
G=23.17%
B=45.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal81601180.310.4900.54261.7232.5834.9
Hex513C761F310361062123
Octal1217416637610664064143
Binary10100011111001110110111111100010110110100000110100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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