Html Css Color HEX #513599 Blue Gem

📋 copy color: '#513599'

red 81 ◦ green 53 ◦ blue 153

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

Shades of Blue Gem #513599

Tints of Blue Gem #513599

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.47%

 BLUE value IS 153 (60.16% from 255) = 53.31%

R = 28.22%
G = 18.47%
B = 53.31%

CMYK

 C value IS 0.47

 M value IS 0.65

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#513599 (or 0x513599) is known color: Blue Gem. HEX triplet: 51, 35 and 99. RGB value is (81,53,153). Sum of RGB (Red+Green+Blue) = 81+53+153=287 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.22% from 287); Green value is 53 (21.09% from 255 or 18.47% from 287); Blue value is 153 (60.16% from 255 or 53.31% from 287); Max value from RGB is 153 - color contains mainly: blue. Hex color #513599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513599 is #AECA66. Grayscale: #484848. Windows color (decimal): -11455079 or 10040657. OLE color: 10040657.

HSL color Cylindrical-coordinate representation of color #513599: hue angle of 256.8º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #513599 is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 81 53 153 -
CMYK 0.47 0.65 0 0.4
HSL 256.8º 0.49% 0.4% -
HSV(B) 256.8º 0.65% 0.6% -
XYZ 10.42 6.6 30.86 -
YUV 72.77 173.28 133.87 -
System Red Green Blue C M Y K H S L
Decimal 81 53 153 0.47 0.65 0 0.4 256.8 0.49 0.4
Hex 51 35 99 2F 41 0 28 101 31 28
Octal 121 65 231 57 101 0 50 401 61 50
Binary 1010001 110101 10011001 101111 1000001 0 101000 100000001 110001 101000

Color Harmonies of #513599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513599

Black with #513599

Text Example


Text Example

White with #513599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513599; }

 p { color: rgb(81,53,153); }

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

background-color css

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

 a { background-color: rgb(81,53,153); }

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

border-color css

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

 span { border-color: rgb(81,53,153); }

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