Html Css Color HEX #513C89 Blue Gem

📋 copy color: '#513C89'

red 81 ◦ green 60 ◦ blue 137

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

Shades of Blue Gem #513C89

Tints of Blue Gem #513C89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 49.28%

R = 29.14%
G = 21.58%
B = 49.28%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#513C89 (or 0x513C89) is known color: Blue Gem. HEX triplet: 51, 3C and 89. RGB value is (81,60,137). Sum of RGB (Red+Green+Blue) = 81+60+137=278 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.14% from 278); Green value is 60 (23.83% from 255 or 21.58% from 278); Blue value is 137 (53.91% from 255 or 49.28% from 278); Max value from RGB is 137 - color contains mainly: blue. Hex color #513C89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513C89 is #AEC376. Grayscale: #4A4A4A. Windows color (decimal): -11453303 or 8993873. OLE color: 8993873.

HSL color Cylindrical-coordinate representation of color #513C89: hue angle of 256.36º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #513C89 is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 81 60 137 -
CMYK 0.41 0.56 0 0.46
HSL 256.36º 0.39% 0.39% -
HSV(B) 256.36º 0.56% 0.54% -
XYZ 9.52 6.79 24.47 -
YUV 75.06 162.96 132.24 -
System Red Green Blue C M Y K H S L
Decimal 81 60 137 0.41 0.56 0 0.46 256.36 0.39 0.39
Hex 51 3C 89 29 38 0 2E 100 27 27
Octal 121 74 211 51 70 0 56 400 47 47
Binary 1010001 111100 10001001 101001 111000 0 101110 100000000 100111 100111

Color Harmonies of #513C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513C89

Black with #513C89

Text Example


Text Example

White with #513C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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