Html Css Color HEX #513AAB Blue Gem

📋 copy color: '#513AAB'

red 81 ◦ green 58 ◦ blue 171

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

Shades of Blue Gem #513AAB

Tints of Blue Gem #513AAB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.71%

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

R = 26.13%
G = 18.71%
B = 55.16%

CMYK

 C value IS 0.53

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#513AAB (or 0x513AAB) is known color: Blue Gem. HEX triplet: 51, 3A and AB. RGB value is (81,58,171). Sum of RGB (Red+Green+Blue) = 81+58+171=310 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.13% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #513AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513AAB is #AEC554. Grayscale: #4D4D4D. Windows color (decimal): -11453781 or 11221585. OLE color: 11221585.

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

Color convert

RGB 81 58 171 -
CMYK 0.53 0.66 0 0.33
HSL 252.21º 0.49% 0.45% -
HSV(B) 252.21º 0.66% 0.67% -
XYZ 12.26 7.72 39.37 -
YUV 77.76 180.62 130.31 -
System Red Green Blue C M Y K H S L
Decimal 81 58 171 0.53 0.66 0 0.33 252.21 0.49 0.45
Hex 51 3A AB 35 42 0 21 FC 31 2D
Octal 121 72 253 65 102 0 41 374 61 55
Binary 1010001 111010 10101011 110101 1000010 0 100001 11111100 110001 101101

Color Harmonies of #513AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513AAB

Black with #513AAB

Text Example


Text Example

White with #513AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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