Html Css Color HEX #513E76 Meteorite

📋 copy color: '#513E76'

red 81 ◦ green 62 ◦ blue 118

#513E76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Meteorite #513E76

Tints of Meteorite #513E76

RGB

 RED value IS 81 (32.03% from 255) = 31.03%

 GREEN value IS 62 (24.61% from 255) = 23.75%

 BLUE value IS 118 (46.48% from 255) = 45.21%

R = 31.03%
G = 23.75%
B = 45.21%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#513E76 (or 0x513E76) is known color: Meteorite. HEX triplet: 51, 3E and 76. RGB value is (81,62,118). Sum of RGB (Red+Green+Blue) = 81+62+118=261 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.03% from 261); Green value is 62 (24.61% from 255 or 23.75% from 261); Blue value is 118 (46.48% from 255 or 45.21% from 261); Max value from RGB is 118 - color contains mainly: blue. Hex color #513E76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513E76 is #AEC189. Grayscale: #494949. Windows color (decimal): -11452810 or 7749201. OLE color: 7749201.

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

Color convert

RGB 81 62 118 -
CMYK 0.31 0.47 0 0.54
HSL 260.36º 0.31% 0.35% -
HSV(B) 260.36º 0.47% 0.46% -
XYZ 8.39 6.5 17.95 -
YUV 74.07 152.79 132.95 -
System Red Green Blue C M Y K H S L
Decimal 81 62 118 0.31 0.47 0 0.54 260.36 0.31 0.35
Hex 51 3E 76 1F 2F 0 36 104 1F 23
Octal 121 76 166 37 57 0 66 404 37 43
Binary 1010001 111110 1110110 11111 101111 0 110110 100000100 11111 100011

Color Harmonies of #513E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513E76

Black with #513E76

Text Example


Text Example

White with #513E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #513E76;
 }
 .AnyTagClassName
 {
   color: #513E76;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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