Html Css Color HEX #513986 Blue Gem

📋 copy color: '#513986'

red 81 ◦ green 57 ◦ blue 134

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

Shades of Blue Gem #513986

Tints of Blue Gem #513986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 49.26%

R = 29.78%
G = 20.96%
B = 49.26%

CMYK

 C value IS 0.40

 M value IS 0.57

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#513986 (or 0x513986) is known color: Blue Gem. HEX triplet: 51, 39 and 86. RGB value is (81,57,134). Sum of RGB (Red+Green+Blue) = 81+57+134=272 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.78% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 134 (52.73% from 255 or 49.26% from 272); Max value from RGB is 134 - color contains mainly: blue. Hex color #513986 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513986 is #AEC679. Grayscale: #484848. Windows color (decimal): -11454074 or 8796497. OLE color: 8796497.

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

Color convert

RGB 81 57 134 -
CMYK 0.40 0.57 0 0.47
HSL 258.7º 0.4% 0.37% -
HSV(B) 258.7º 0.57% 0.53% -
XYZ 9.16 6.4 23.31 -
YUV 72.95 162.45 133.74 -
System Red Green Blue C M Y K H S L
Decimal 81 57 134 0.40 0.57 0 0.47 258.7 0.4 0.37
Hex 51 39 86 28 39 0 2F 103 28 25
Octal 121 71 206 50 71 0 57 403 50 45
Binary 1010001 111001 10000110 101000 111001 0 101111 100000011 101000 100101

Color Harmonies of #513986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513986

Black with #513986

Text Example


Text Example

White with #513986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513986; }

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

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

background-color css

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

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

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

border-color css

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

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

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