Html Css Color HEX #513DAA Blue Gem

📋 copy color: '#513DAA'

red 81 ◦ green 61 ◦ blue 170

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

Shades of Blue Gem #513DAA

Tints of Blue Gem #513DAA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.55%

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

R = 25.96%
G = 19.55%
B = 54.49%

CMYK

 C value IS 0.52

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#513DAA (or 0x513DAA) is known color: Blue Gem. HEX triplet: 51, 3D and AA. RGB value is (81,61,170). Sum of RGB (Red+Green+Blue) = 81+61+170=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 61 (24.22% from 255 or 19.55% from 312); Blue value is 170 (66.80% from 255 or 54.49% from 312); Max value from RGB is 170 - color contains mainly: blue. Hex color #513DAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513DAA is #AEC255. Grayscale: #4E4E4E. Windows color (decimal): -11453014 or 11156817. OLE color: 11156817.

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

Color convert

RGB 81 61 170 -
CMYK 0.52 0.64 0 0.33
HSL 251.01º 0.47% 0.45% -
HSV(B) 251.01º 0.64% 0.67% -
XYZ 12.32 7.99 38.92 -
YUV 79.41 179.13 129.14 -
System Red Green Blue C M Y K H S L
Decimal 81 61 170 0.52 0.64 0 0.33 251.01 0.47 0.45
Hex 51 3D AA 34 40 0 21 FB 2F 2D
Octal 121 75 252 64 100 0 41 373 57 55
Binary 1010001 111101 10101010 110100 1000000 0 100001 11111011 101111 101101

Color Harmonies of #513DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513DAA

Black with #513DAA

Text Example


Text Example

White with #513DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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