Html Css Color HEX #513BAC Blue Gem

📋 copy color: '#513BAC'

red 81 ◦ green 59 ◦ blue 172

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

Shades of Blue Gem #513BAC

Tints of Blue Gem #513BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 55.13%

R = 25.96%
G = 18.91%
B = 55.13%

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

#513BAC (or 0x513BAC) is known color: Blue Gem. HEX triplet: 51, 3B and AC. RGB value is (81,59,172). Sum of RGB (Red+Green+Blue) = 81+59+172=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 59 (23.44% from 255 or 18.91% from 312); Blue value is 172 (67.58% from 255 or 55.13% from 312); Max value from RGB is 172 - color contains mainly: blue. Hex color #513BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513BAC is #AEC453. Grayscale: #4E4E4E. Windows color (decimal): -11453524 or 11287377. OLE color: 11287377.

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

Color convert

RGB 81 59 172 -
CMYK 0.53 0.66 0 0.33
HSL 251.68º 0.49% 0.45% -
HSV(B) 251.68º 0.66% 0.67% -
XYZ 12.4 7.86 39.89 -
YUV 78.46 180.79 129.81 -
System Red Green Blue C M Y K H S L
Decimal 81 59 172 0.53 0.66 0 0.33 251.68 0.49 0.45
Hex 51 3B AC 35 42 0 21 FC 31 2D
Octal 121 73 254 65 102 0 41 374 61 55
Binary 1010001 111011 10101100 110101 1000010 0 100001 11111100 110001 101101

Color Harmonies of #513BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513BAC

Black with #513BAC

Text Example


Text Example

White with #513BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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