Html Css Color HEX #513CAC Blue Gem

📋 copy color: '#513CAC'

red 81 ◦ green 60 ◦ blue 172

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

Shades of Blue Gem #513CAC

Tints of Blue Gem #513CAC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.17%

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

R = 25.88%
G = 19.17%
B = 54.95%

CMYK

 C value IS 0.53

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#513CAC (or 0x513CAC) is known color: Blue Gem. HEX triplet: 51, 3C and AC. RGB value is (81,60,172). Sum of RGB (Red+Green+Blue) = 81+60+172=313 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.88% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 172 (67.58% from 255 or 54.95% from 313); Max value from RGB is 172 - color contains mainly: blue. Hex color #513CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513CAC is #AEC353. Grayscale: #4E4E4E. Windows color (decimal): -11453268 or 11287633. OLE color: 11287633.

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

Color convert

RGB 81 60 172 -
CMYK 0.53 0.65 0 0.33
HSL 251.25º 0.48% 0.45% -
HSV(B) 251.25º 0.65% 0.67% -
XYZ 12.46 7.96 39.91 -
YUV 79.05 180.46 129.39 -
System Red Green Blue C M Y K H S L
Decimal 81 60 172 0.53 0.65 0 0.33 251.25 0.48 0.45
Hex 51 3C AC 35 41 0 21 FB 30 2D
Octal 121 74 254 65 101 0 41 373 60 55
Binary 1010001 111100 10101100 110101 1000001 0 100001 11111011 110000 101101

Color Harmonies of #513CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513CAC

Black with #513CAC

Text Example


Text Example

White with #513CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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