Html Css Color HEX #513C87 Blue Gem

📋 copy color: '#513C87'

red 81 ◦ green 60 ◦ blue 135

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

Shades of Blue Gem #513C87

Tints of Blue Gem #513C87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 48.91%

R = 29.35%
G = 21.74%
B = 48.91%

CMYK

 C value IS 0.40

 M value IS 0.56

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#513C87 (or 0x513C87) is known color: Blue Gem. HEX triplet: 51, 3C and 87. RGB value is (81,60,135). Sum of RGB (Red+Green+Blue) = 81+60+135=276 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.35% from 276); Green value is 60 (23.83% from 255 or 21.74% from 276); Blue value is 135 (53.12% from 255 or 48.91% from 276); Max value from RGB is 135 - color contains mainly: blue. Hex color #513C87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513C87 is #AEC378. Grayscale: #4A4A4A. Windows color (decimal): -11453305 or 8862801. OLE color: 8862801.

HSL color Cylindrical-coordinate representation of color #513C87: hue angle of 256.8º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #513C87 is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 81 60 135 -
CMYK 0.40 0.56 0 0.47
HSL 256.8º 0.38% 0.38% -
HSV(B) 256.8º 0.56% 0.53% -
XYZ 9.38 6.73 23.73 -
YUV 74.83 161.96 132.4 -
System Red Green Blue C M Y K H S L
Decimal 81 60 135 0.40 0.56 0 0.47 256.8 0.38 0.38
Hex 51 3C 87 28 38 0 2F 101 26 26
Octal 121 74 207 50 70 0 57 401 46 46
Binary 1010001 111100 10000111 101000 111000 0 101111 100000001 100110 100110

Color Harmonies of #513C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513C87

Black with #513C87

Text Example


Text Example

White with #513C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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