Html Css Color HEX #513991 Blue Gem

📋 copy color: '#513991'

red 81 ◦ green 57 ◦ blue 145

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

Shades of Blue Gem #513991

Tints of Blue Gem #513991

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.14%

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

R = 28.62%
G = 20.14%
B = 51.24%

CMYK

 C value IS 0.44

 M value IS 0.61

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#513991 (or 0x513991) is known color: Blue Gem. HEX triplet: 51, 39 and 91. RGB value is (81,57,145). Sum of RGB (Red+Green+Blue) = 81+57+145=283 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.62% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 145 (57.03% from 255 or 51.24% from 283); Max value from RGB is 145 - color contains mainly: blue. Hex color #513991 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513991 is #AEC66E. Grayscale: #494949. Windows color (decimal): -11454063 or 9517393. OLE color: 9517393.

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

Color convert

RGB 81 57 145 -
CMYK 0.44 0.61 0 0.43
HSL 256.36º 0.44% 0.4% -
HSV(B) 256.36º 0.61% 0.57% -
XYZ 9.97 6.72 27.56 -
YUV 74.21 167.95 132.84 -
System Red Green Blue C M Y K H S L
Decimal 81 57 145 0.44 0.61 0 0.43 256.36 0.44 0.4
Hex 51 39 91 2C 3D 0 2B 100 2C 28
Octal 121 71 221 54 75 0 53 400 54 50
Binary 1010001 111001 10010001 101100 111101 0 101011 100000000 101100 101000

Color Harmonies of #513991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513991

Black with #513991

Text Example


Text Example

White with #513991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513991; }

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

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

background-color css

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

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

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

border-color css

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

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

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