Html Css Color HEX #513BAE Blue Gem

📋 copy color: '#513BAE'

red 81 ◦ green 59 ◦ blue 174

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

Shades of Blue Gem #513BAE

Tints of Blue Gem #513BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 55.41%

R = 25.8%
G = 18.79%
B = 55.41%

CMYK

 C value IS 0.53

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#513BAE (or 0x513BAE) is known color: Blue Gem. HEX triplet: 51, 3B and AE. RGB value is (81,59,174). Sum of RGB (Red+Green+Blue) = 81+59+174=314 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.80% from 314); Green value is 59 (23.44% from 255 or 18.79% from 314); Blue value is 174 (68.36% from 255 or 55.41% from 314); Max value from RGB is 174 - color contains mainly: blue. Hex color #513BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513BAE is #AEC451. Grayscale: #4E4E4E. Windows color (decimal): -11453522 or 11418449. OLE color: 11418449.

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

Color convert

RGB 81 59 174 -
CMYK 0.53 0.66 0 0.32
HSL 251.48º 0.49% 0.46% -
HSV(B) 251.48º 0.66% 0.68% -
XYZ 12.6 7.93 40.91 -
YUV 78.69 181.79 129.65 -
System Red Green Blue C M Y K H S L
Decimal 81 59 174 0.53 0.66 0 0.32 251.48 0.49 0.46
Hex 51 3B AE 35 42 0 20 FB 31 2E
Octal 121 73 256 65 102 0 40 373 61 56
Binary 1010001 111011 10101110 110101 1000010 0 100000 11111011 110001 101110

Color Harmonies of #513BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513BAE

Black with #513BAE

Text Example


Text Example

White with #513BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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