Html Css Color HEX #513B91 Blue Gem

📋 copy color: '#513B91'

red 81 ◦ green 59 ◦ blue 145

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

Shades of Blue Gem #513B91

Tints of Blue Gem #513B91

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.7%

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

R = 28.42%
G = 20.7%
B = 50.88%

CMYK

 C value IS 0.44

 M value IS 0.59

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#513B91 (or 0x513B91) is known color: Blue Gem. HEX triplet: 51, 3B and 91. RGB value is (81,59,145). Sum of RGB (Red+Green+Blue) = 81+59+145=285 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.42% from 285); Green value is 59 (23.44% from 255 or 20.70% from 285); Blue value is 145 (57.03% from 255 or 50.88% from 285); Max value from RGB is 145 - color contains mainly: blue. Hex color #513B91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513B91 is #AEC46E. Grayscale: #4B4B4B. Windows color (decimal): -11453551 or 9517905. OLE color: 9517905.

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

Color convert

RGB 81 59 145 -
CMYK 0.44 0.59 0 0.43
HSL 255.35º 0.42% 0.4% -
HSV(B) 255.35º 0.59% 0.57% -
XYZ 10.07 6.92 27.59 -
YUV 75.38 167.29 132.01 -
System Red Green Blue C M Y K H S L
Decimal 81 59 145 0.44 0.59 0 0.43 255.35 0.42 0.4
Hex 51 3B 91 2C 3B 0 2B FF 2A 28
Octal 121 73 221 54 73 0 53 377 52 50
Binary 1010001 111011 10010001 101100 111011 0 101011 11111111 101010 101000

Color Harmonies of #513B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513B91

Black with #513B91

Text Example


Text Example

White with #513B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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