#513A6C

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

Shades of Meteorite #513A6C

Tints of Meteorite #513A6C

Color information

#513A6C (or 0x513A6C) is unknown color: approx Meteorite. HEX triplet: 51, 3A and 6C. RGB value is (81,58,108). Sum of RGB (Red+Green+Blue) = 81+58+108=247 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.79% from 247); Green value is 58 (23.05% from 255 or 23.48% from 247); Blue value is 108 (42.58% from 255 or 43.72% from 247); Max value from RGB is 108 - color contains mainly: blue. Hex color #513A6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513A6C is #AEC593. Grayscale: #464646. Windows color (decimal): -11453844 or 7092817. OLE color: 7092817.

HSL color Cylindrical-coordinate representation of color #513A6C: hue angle of 267.6º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #513A6C is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8158108-
CMYK0.250.4600.58
HSL267.6º30.12%32.55%-
HSV(B)267.6º46.3%42.35%-
XYZ7.615.8614.92-
YUV70.58149.12135.43-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.79%
GREEN value IS 58 (23.05% from 255) = 23.48%
BLUE value IS 108 (42.58% from 255) = 43.72%
R=32.79%
G=23.48%
B=43.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81581080.250.4600.58267.630.1232.55
Hex513A6C192E03A10c1e21
Octal1217215431560724143641
Binary1010001111010110110011001101110011101010000110011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,58,108); }

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

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

 a { background-color: rgb(81,58,108); }

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

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

 span { border-color: rgb(81,58,108); }

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