Html Css Color HEX #513EAC Blue Gem

📋 copy color: '#513EAC'

red 81 ◦ green 62 ◦ blue 172

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

Shades of Blue Gem #513EAC

Tints of Blue Gem #513EAC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.68%

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

R = 25.71%
G = 19.68%
B = 54.6%

CMYK

 C value IS 0.53

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#513EAC (or 0x513EAC) is known color: Blue Gem. HEX triplet: 51, 3E and AC. RGB value is (81,62,172). Sum of RGB (Red+Green+Blue) = 81+62+172=315 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.71% from 315); Green value is 62 (24.61% from 255 or 19.68% from 315); Blue value is 172 (67.58% from 255 or 54.60% from 315); Max value from RGB is 172 - color contains mainly: blue. Hex color #513EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513EAC is #AEC153. Grayscale: #4F4F4F. Windows color (decimal): -11452756 or 11288145. OLE color: 11288145.

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

Color convert

RGB 81 62 172 -
CMYK 0.53 0.64 0 0.33
HSL 250.36º 0.47% 0.46% -
HSV(B) 250.36º 0.64% 0.67% -
XYZ 12.56 8.17 39.95 -
YUV 80.22 179.79 128.56 -
System Red Green Blue C M Y K H S L
Decimal 81 62 172 0.53 0.64 0 0.33 250.36 0.47 0.46
Hex 51 3E AC 35 40 0 21 FA 2F 2E
Octal 121 76 254 65 100 0 41 372 57 56
Binary 1010001 111110 10101100 110101 1000000 0 100001 11111010 101111 101110

Color Harmonies of #513EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513EAC

Black with #513EAC

Text Example


Text Example

White with #513EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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