Html Css Color HEX #513EAB Blue Gem

📋 copy color: '#513EAB'

red 81 ◦ green 62 ◦ blue 171

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

Shades of Blue Gem #513EAB

Tints of Blue Gem #513EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 54.46%

R = 25.8%
G = 19.75%
B = 54.46%

CMYK

 C value IS 0.53

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#513EAB (or 0x513EAB) is known color: Blue Gem. HEX triplet: 51, 3E and AB. RGB value is (81,62,171). Sum of RGB (Red+Green+Blue) = 81+62+171=314 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.80% from 314); Green value is 62 (24.61% from 255 or 19.75% from 314); Blue value is 171 (67.19% from 255 or 54.46% from 314); Max value from RGB is 171 - color contains mainly: blue. Hex color #513EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513EAB is #AEC154. Grayscale: #4F4F4F. Windows color (decimal): -11452757 or 11222609. OLE color: 11222609.

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

Color convert

RGB 81 62 171 -
CMYK 0.53 0.64 0 0.33
HSL 250.46º 0.47% 0.46% -
HSV(B) 250.46º 0.64% 0.67% -
XYZ 12.47 8.13 39.44 -
YUV 80.11 179.29 128.64 -
System Red Green Blue C M Y K H S L
Decimal 81 62 171 0.53 0.64 0 0.33 250.46 0.47 0.46
Hex 51 3E AB 35 40 0 21 FA 2F 2E
Octal 121 76 253 65 100 0 41 372 57 56
Binary 1010001 111110 10101011 110101 1000000 0 100001 11111010 101111 101110

Color Harmonies of #513EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513EAB

Black with #513EAB

Text Example


Text Example

White with #513EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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