Html Css Color HEX #513BAA Blue Gem

📋 copy color: '#513BAA'

red 81 ◦ green 59 ◦ blue 170

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

Shades of Blue Gem #513BAA

Tints of Blue Gem #513BAA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.03%

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

R = 26.13%
G = 19.03%
B = 54.84%

CMYK

 C value IS 0.52

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#513BAA (or 0x513BAA) is known color: Blue Gem. HEX triplet: 51, 3B and AA. RGB value is (81,59,170). Sum of RGB (Red+Green+Blue) = 81+59+170=310 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.13% from 310); Green value is 59 (23.44% from 255 or 19.03% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #513BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513BAA is #AEC455. Grayscale: #4D4D4D. Windows color (decimal): -11453526 or 11156305. OLE color: 11156305.

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

Color convert

RGB 81 59 170 -
CMYK 0.52 0.65 0 0.33
HSL 251.89º 0.48% 0.45% -
HSV(B) 251.89º 0.65% 0.67% -
XYZ 12.21 7.78 38.89 -
YUV 78.23 179.79 129.97 -
System Red Green Blue C M Y K H S L
Decimal 81 59 170 0.52 0.65 0 0.33 251.89 0.48 0.45
Hex 51 3B AA 34 41 0 21 FC 30 2D
Octal 121 73 252 64 101 0 41 374 60 55
Binary 1010001 111011 10101010 110100 1000001 0 100001 11111100 110000 101101

Color Harmonies of #513BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513BAA

Black with #513BAA

Text Example


Text Example

White with #513BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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