#513D66

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

Shades of Meteorite #513D66

Tints of Meteorite #513D66

Color information

#513D66 (or 0x513D66) is unknown color: approx Meteorite. HEX triplet: 51, 3D and 66. RGB value is (81,61,102). Sum of RGB (Red+Green+Blue) = 81+61+102=244 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.20% from 244); Green value is 61 (24.22% from 255 or 25% from 244); Blue value is 102 (40.23% from 255 or 41.80% from 244); Max value from RGB is 102 - color contains mainly: blue. Hex color #513D66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513D66 is #AEC299. Grayscale: #474747. Windows color (decimal): -11453082 or 6700369. OLE color: 6700369.

HSL color Cylindrical-coordinate representation of color #513D66: hue angle of 269.27º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #513D66 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8161102-
CMYK0.210.4000.6
HSL269.27º25.15%31.96%-
HSV(B)269.27º40.2%40%-
XYZ7.466.0513.34-
YUV71.65145.13134.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.20%
GREEN value IS 61 (24.22% from 255) = 25%
BLUE value IS 102 (40.23% from 255) = 41.80%
R=33.20%
G=25%
B=41.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal81611020.210.4000.6269.2725.1531.96
Hex513D66152803C10d1920
Octal1217514625500744153140
Binary1010001111101110011010101101000011110010000110111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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