Html Css Color HEX #513E90 Blue Gem

📋 copy color: '#513E90'

red 81 ◦ green 62 ◦ blue 144

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

Shades of Blue Gem #513E90

Tints of Blue Gem #513E90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 50.17%

R = 28.22%
G = 21.6%
B = 50.17%

CMYK

 C value IS 0.44

 M value IS 0.57

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#513E90 (or 0x513E90) is known color: Blue Gem. HEX triplet: 51, 3E and 90. RGB value is (81,62,144). Sum of RGB (Red+Green+Blue) = 81+62+144=287 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.22% from 287); Green value is 62 (24.61% from 255 or 21.60% from 287); Blue value is 144 (56.64% from 255 or 50.17% from 287); Max value from RGB is 144 - color contains mainly: blue. Hex color #513E90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513E90 is #AEC16F. Grayscale: #4C4C4C. Windows color (decimal): -11452784 or 9453137. OLE color: 9453137.

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

Color convert

RGB 81 62 144 -
CMYK 0.44 0.57 0 0.44
HSL 253.9º 0.4% 0.4% -
HSV(B) 253.9º 0.57% 0.56% -
XYZ 10.15 7.21 27.24 -
YUV 77.03 165.79 130.83 -
System Red Green Blue C M Y K H S L
Decimal 81 62 144 0.44 0.57 0 0.44 253.9 0.4 0.4
Hex 51 3E 90 2C 39 0 2C FE 28 28
Octal 121 76 220 54 71 0 54 376 50 50
Binary 1010001 111110 10010000 101100 111001 0 101100 11111110 101000 101000

Color Harmonies of #513E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513E90

Black with #513E90

Text Example


Text Example

White with #513E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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