Html Css Color HEX #513D89 Blue Gem

📋 copy color: '#513D89'

red 81 ◦ green 61 ◦ blue 137

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

Shades of Blue Gem #513D89

Tints of Blue Gem #513D89

RGB

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

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

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

R = 29.03%
G = 21.86%
B = 49.1%

CMYK

 C value IS 0.41

 M value IS 0.55

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#513D89 (or 0x513D89) is known color: Blue Gem. HEX triplet: 51, 3D and 89. RGB value is (81,61,137). Sum of RGB (Red+Green+Blue) = 81+61+137=279 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.03% from 279); Green value is 61 (24.22% from 255 or 21.86% from 279); Blue value is 137 (53.91% from 255 or 49.10% from 279); Max value from RGB is 137 - color contains mainly: blue. Hex color #513D89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513D89 is #AEC276. Grayscale: #4B4B4B. Windows color (decimal): -11453047 or 8994129. OLE color: 8994129.

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

Color convert

RGB 81 61 137 -
CMYK 0.41 0.55 0 0.46
HSL 255.79º 0.38% 0.39% -
HSV(B) 255.79º 0.55% 0.54% -
XYZ 9.58 6.89 24.49 -
YUV 75.64 162.63 131.82 -
System Red Green Blue C M Y K H S L
Decimal 81 61 137 0.41 0.55 0 0.46 255.79 0.38 0.39
Hex 51 3D 89 29 37 0 2E 100 26 27
Octal 121 75 211 51 67 0 56 400 46 47
Binary 1010001 111101 10001001 101001 110111 0 101110 100000000 100110 100111

Color Harmonies of #513D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513D89

Black with #513D89

Text Example


Text Example

White with #513D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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