#513D71

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

Shades of Meteorite #513D71

Tints of Meteorite #513D71

Color information

#513D71 (or 0x513D71) is unknown color: approx Meteorite. HEX triplet: 51, 3D and 71. RGB value is (81,61,113). Sum of RGB (Red+Green+Blue) = 81+61+113=255 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.76% from 255); Green value is 61 (24.22% from 255 or 23.92% from 255); Blue value is 113 (44.53% from 255 or 44.31% from 255); Max value from RGB is 113 - color contains mainly: blue. Hex color #513D71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513D71 is #AEC28E. Grayscale: #484848. Windows color (decimal): -11453071 or 7421265. OLE color: 7421265.

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

Color convert

RGB8161113-
CMYK0.280.4600.56
HSL263.08º29.89%34.12%-
HSV(B)263.08º46.02%44.31%-
XYZ8.046.2816.41-
YUV72.91150.63133.77-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.76%
GREEN value IS 61 (24.22% from 255) = 23.92%
BLUE value IS 113 (44.53% from 255) = 44.31%
R=31.76%
G=23.92%
B=44.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81611130.280.4600.56263.0829.8934.12
Hex513D711C2E0381071e22
Octal1217516134560704073642
Binary1010001111101111000111100101110011100010000011111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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