Html Css Color HEX #513DAE Blue Gem

📋 copy color: '#513DAE'

red 81 ◦ green 61 ◦ blue 174

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

Shades of Blue Gem #513DAE

Tints of Blue Gem #513DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 55.06%

R = 25.63%
G = 19.3%
B = 55.06%

CMYK

 C value IS 0.53

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#513DAE (or 0x513DAE) is known color: Blue Gem. HEX triplet: 51, 3D and AE. RGB value is (81,61,174). Sum of RGB (Red+Green+Blue) = 81+61+174=316 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.63% from 316); Green value is 61 (24.22% from 255 or 19.30% from 316); Blue value is 174 (68.36% from 255 or 55.06% from 316); Max value from RGB is 174 - color contains mainly: blue. Hex color #513DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513DAE is #AEC251. Grayscale: #4F4F4F. Windows color (decimal): -11453010 or 11418961. OLE color: 11418961.

HSL color Cylindrical-coordinate representation of color #513DAE: hue angle of 250.62º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #513DAE is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 81 61 174 -
CMYK 0.53 0.65 0 0.32
HSL 250.62º 0.48% 0.46% -
HSV(B) 250.62º 0.65% 0.68% -
XYZ 12.7 8.14 40.95 -
YUV 79.86 181.13 128.81 -
System Red Green Blue C M Y K H S L
Decimal 81 61 174 0.53 0.65 0 0.32 250.62 0.48 0.46
Hex 51 3D AE 35 41 0 20 FB 30 2E
Octal 121 75 256 65 101 0 40 373 60 56
Binary 1010001 111101 10101110 110101 1000001 0 100000 11111011 110000 101110

Color Harmonies of #513DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513DAE

Black with #513DAE

Text Example


Text Example

White with #513DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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