Html Css Color HEX #513CAB Blue Gem

📋 copy color: '#513CAB'

red 81 ◦ green 60 ◦ blue 171

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

Shades of Blue Gem #513CAB

Tints of Blue Gem #513CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 54.81%

R = 25.96%
G = 19.23%
B = 54.81%

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

#513CAB (or 0x513CAB) is known color: Blue Gem. HEX triplet: 51, 3C and AB. RGB value is (81,60,171). Sum of RGB (Red+Green+Blue) = 81+60+171=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 171 (67.19% from 255 or 54.81% from 312); Max value from RGB is 171 - color contains mainly: blue. Hex color #513CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513CAB is #AEC354. Grayscale: #4E4E4E. Windows color (decimal): -11453269 or 11222097. OLE color: 11222097.

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

Color convert

RGB 81 60 171 -
CMYK 0.53 0.65 0 0.33
HSL 251.35º 0.48% 0.45% -
HSV(B) 251.35º 0.65% 0.67% -
XYZ 12.36 7.92 39.41 -
YUV 78.93 179.96 129.47 -
System Red Green Blue C M Y K H S L
Decimal 81 60 171 0.53 0.65 0 0.33 251.35 0.48 0.45
Hex 51 3C AB 35 41 0 21 FB 30 2D
Octal 121 74 253 65 101 0 41 373 60 55
Binary 1010001 111100 10101011 110101 1000001 0 100001 11111011 110000 101101

Color Harmonies of #513CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513CAB

Black with #513CAB

Text Example


Text Example

White with #513CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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