#513D6E

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

Shades of Meteorite #513D6E

Tints of Meteorite #513D6E

Color information

#513D6E (or 0x513D6E) is unknown color: approx Meteorite. HEX triplet: 51, 3D and 6E. RGB value is (81,61,110). Sum of RGB (Red+Green+Blue) = 81+61+110=252 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.14% from 252); Green value is 61 (24.22% from 255 or 24.21% from 252); Blue value is 110 (43.36% from 255 or 43.65% from 252); Max value from RGB is 110 - color contains mainly: blue. Hex color #513D6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513D6E is #AEC291. Grayscale: #484848. Windows color (decimal): -11453074 or 7224657. OLE color: 7224657.

HSL color Cylindrical-coordinate representation of color #513D6E: hue angle of 264.49º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #513D6E is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8161110-
CMYK0.260.4500.57
HSL264.49º28.65%33.53%-
HSV(B)264.49º44.55%43.14%-
XYZ7.886.2115.54-
YUV72.57149.13134.02-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.14%
GREEN value IS 61 (24.22% from 255) = 24.21%
BLUE value IS 110 (43.36% from 255) = 43.65%
R=32.14%
G=24.21%
B=43.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81611100.260.4500.57264.4928.6533.53
Hex513D6E1A2D0391081d22
Octal1217515632550714103542
Binary1010001111101110111011010101101011100110000100011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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