Html Css Color HEX #513AAA Blue Gem

📋 copy color: '#513AAA'

red 81 ◦ green 58 ◦ blue 170

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

Shades of Blue Gem #513AAA

Tints of Blue Gem #513AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 55.02%

R = 26.21%
G = 18.77%
B = 55.02%

CMYK

 C value IS 0.52

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#513AAA (or 0x513AAA) is known color: Blue Gem. HEX triplet: 51, 3A and AA. RGB value is (81,58,170). Sum of RGB (Red+Green+Blue) = 81+58+170=309 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.21% from 309); Green value is 58 (23.05% from 255 or 18.77% from 309); Blue value is 170 (66.80% from 255 or 55.02% from 309); Max value from RGB is 170 - color contains mainly: blue. Hex color #513AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513AAA is #AEC555. Grayscale: #4D4D4D. Windows color (decimal): -11453782 or 11156049. OLE color: 11156049.

HSL color Cylindrical-coordinate representation of color #513AAA: hue angle of 252.32º 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 #513AAA is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 81 58 170 -
CMYK 0.52 0.66 0 0.33
HSL 252.32º 0.49% 0.45% -
HSV(B) 252.32º 0.66% 0.67% -
XYZ 12.16 7.68 38.87 -
YUV 77.65 180.12 130.39 -
System Red Green Blue C M Y K H S L
Decimal 81 58 170 0.52 0.66 0 0.33 252.32 0.49 0.45
Hex 51 3A AA 34 42 0 21 FC 31 2D
Octal 121 72 252 64 102 0 41 374 61 55
Binary 1010001 111010 10101010 110100 1000010 0 100001 11111100 110001 101101

Color Harmonies of #513AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513AAA

Black with #513AAA

Text Example


Text Example

White with #513AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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