Html Css Color HEX #513EAD Blue Gem

📋 copy color: '#513EAD'

red 81 ◦ green 62 ◦ blue 173

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

Shades of Blue Gem #513EAD

Tints of Blue Gem #513EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 54.75%

R = 25.63%
G = 19.62%
B = 54.75%

CMYK

 C value IS 0.53

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#513EAD (or 0x513EAD) is known color: Blue Gem. HEX triplet: 51, 3E and AD. RGB value is (81,62,173). Sum of RGB (Red+Green+Blue) = 81+62+173=316 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.63% from 316); Green value is 62 (24.61% from 255 or 19.62% from 316); Blue value is 173 (67.97% from 255 or 54.75% from 316); Max value from RGB is 173 - color contains mainly: blue. Hex color #513EAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513EAD is #AEC152. Grayscale: #4F4F4F. Windows color (decimal): -11452755 or 11353681. OLE color: 11353681.

HSL color Cylindrical-coordinate representation of color #513EAD: hue angle of 250.27º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #513EAD is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 81 62 173 -
CMYK 0.53 0.64 0 0.32
HSL 250.27º 0.47% 0.46% -
HSV(B) 250.27º 0.64% 0.68% -
XYZ 12.66 8.21 40.45 -
YUV 80.34 180.29 128.47 -
System Red Green Blue C M Y K H S L
Decimal 81 62 173 0.53 0.64 0 0.32 250.27 0.47 0.46
Hex 51 3E AD 35 40 0 20 FA 2F 2E
Octal 121 76 255 65 100 0 40 372 57 56
Binary 1010001 111110 10101101 110101 1000000 0 100000 11111010 101111 101110

Color Harmonies of #513EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513EAD

Black with #513EAD

Text Example


Text Example

White with #513EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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