Html Css Color HEX #513999 Blue Gem

📋 copy color: '#513999'

red 81 ◦ green 57 ◦ blue 153

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

Shades of Blue Gem #513999

Tints of Blue Gem #513999

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.59%

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

R = 27.84%
G = 19.59%
B = 52.58%

CMYK

 C value IS 0.47

 M value IS 0.63

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#513999 (or 0x513999) is known color: Blue Gem. HEX triplet: 51, 39 and 99. RGB value is (81,57,153). Sum of RGB (Red+Green+Blue) = 81+57+153=291 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.84% from 291); Green value is 57 (22.66% from 255 or 19.59% from 291); Blue value is 153 (60.16% from 255 or 52.58% from 291); Max value from RGB is 153 - color contains mainly: blue. Hex color #513999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513999 is #AEC666. Grayscale: #4A4A4A. Windows color (decimal): -11454055 or 10041681. OLE color: 10041681.

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

Color convert

RGB 81 57 153 -
CMYK 0.47 0.63 0 0.4
HSL 255º 0.46% 0.41% -
HSV(B) 255º 0.63% 0.6% -
XYZ 10.61 6.98 30.92 -
YUV 75.12 171.95 132.19 -
System Red Green Blue C M Y K H S L
Decimal 81 57 153 0.47 0.63 0 0.4 255 0.46 0.41
Hex 51 39 99 2F 3F 0 28 FF 2E 29
Octal 121 71 231 57 77 0 50 377 56 51
Binary 1010001 111001 10011001 101111 111111 0 101000 11111111 101110 101001

Color Harmonies of #513999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513999

Black with #513999

Text Example


Text Example

White with #513999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513999; }

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

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

background-color css

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

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

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

border-color css

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

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

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