Html Css Color HEX #513CAA Blue Gem

📋 copy color: '#513CAA'

red 81 ◦ green 60 ◦ blue 170

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

Shades of Blue Gem #513CAA

Tints of Blue Gem #513CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 54.66%

R = 26.05%
G = 19.29%
B = 54.66%

CMYK

 C value IS 0.52

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#513CAA (or 0x513CAA) is known color: Blue Gem. HEX triplet: 51, 3C and AA. RGB value is (81,60,170). Sum of RGB (Red+Green+Blue) = 81+60+170=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 170 (66.80% from 255 or 54.66% from 311); Max value from RGB is 170 - color contains mainly: blue. Hex color #513CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513CAA is #AEC355. Grayscale: #4E4E4E. Windows color (decimal): -11453270 or 11156561. OLE color: 11156561.

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

Color convert

RGB 81 60 170 -
CMYK 0.52 0.65 0 0.33
HSL 251.45º 0.48% 0.45% -
HSV(B) 251.45º 0.65% 0.67% -
XYZ 12.26 7.88 38.91 -
YUV 78.82 179.46 129.56 -
System Red Green Blue C M Y K H S L
Decimal 81 60 170 0.52 0.65 0 0.33 251.45 0.48 0.45
Hex 51 3C AA 34 41 0 21 FB 30 2D
Octal 121 74 252 64 101 0 41 373 60 55
Binary 1010001 111100 10101010 110100 1000001 0 100001 11111011 110000 101101

Color Harmonies of #513CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513CAA

Black with #513CAA

Text Example


Text Example

White with #513CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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