Html Css Color HEX #513F91 Blue Gem

📋 copy color: '#513F91'

red 81 ◦ green 63 ◦ blue 145

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

Shades of Blue Gem #513F91

Tints of Blue Gem #513F91

RGB

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

 GREEN value IS 63 (25% from 255) = 21.8%

 BLUE value IS 145 (57.03% from 255) = 50.17%

R = 28.03%
G = 21.8%
B = 50.17%

CMYK

 C value IS 0.44

 M value IS 0.57

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#513F91 (or 0x513F91) is known color: Blue Gem. HEX triplet: 51, 3F and 91. RGB value is (81,63,145). Sum of RGB (Red+Green+Blue) = 81+63+145=289 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.03% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 145 (57.03% from 255 or 50.17% from 289); Max value from RGB is 145 - color contains mainly: blue. Hex color #513F91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513F91 is #AEC06E. Grayscale: #4D4D4D. Windows color (decimal): -11452527 or 9518929. OLE color: 9518929.

HSL color Cylindrical-coordinate representation of color #513F91: hue angle of 253.17º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #513F91 is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 81 63 145 -
CMYK 0.44 0.57 0 0.43
HSL 253.17º 0.39% 0.41% -
HSV(B) 253.17º 0.57% 0.57% -
XYZ 10.28 7.35 27.66 -
YUV 77.73 165.96 130.33 -
System Red Green Blue C M Y K H S L
Decimal 81 63 145 0.44 0.57 0 0.43 253.17 0.39 0.41
Hex 51 3F 91 2C 39 0 2B FD 27 29
Octal 121 77 221 54 71 0 53 375 47 51
Binary 1010001 111111 10010001 101100 111001 0 101011 11111101 100111 101001

Color Harmonies of #513F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513F91

Black with #513F91

Text Example


Text Example

White with #513F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,63,145); }

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

background-color css

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

 a { background-color: rgb(81,63,145); }

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

border-color css

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

 span { border-color: rgb(81,63,145); }

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