Html Css Color HEX #513997 Blue Gem

📋 copy color: '#513997'

red 81 ◦ green 57 ◦ blue 151

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

Shades of Blue Gem #513997

Tints of Blue Gem #513997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 52.25%

R = 28.03%
G = 19.72%
B = 52.25%

CMYK

 C value IS 0.46

 M value IS 0.62

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#513997 (or 0x513997) is known color: Blue Gem. HEX triplet: 51, 39 and 97. RGB value is (81,57,151). Sum of RGB (Red+Green+Blue) = 81+57+151=289 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.03% from 289); Green value is 57 (22.66% from 255 or 19.72% from 289); Blue value is 151 (59.38% from 255 or 52.25% from 289); Max value from RGB is 151 - color contains mainly: blue. Hex color #513997 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513997 is #AEC668. Grayscale: #4A4A4A. Windows color (decimal): -11454057 or 9910609. OLE color: 9910609.

HSL color Cylindrical-coordinate representation of color #513997: hue angle of 255.32º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #513997 is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 81 57 151 -
CMYK 0.46 0.62 0 0.41
HSL 255.32º 0.45% 0.41% -
HSV(B) 255.32º 0.62% 0.59% -
XYZ 10.44 6.91 30.06 -
YUV 74.89 170.95 132.36 -
System Red Green Blue C M Y K H S L
Decimal 81 57 151 0.46 0.62 0 0.41 255.32 0.45 0.41
Hex 51 39 97 2E 3E 0 29 FF 2D 29
Octal 121 71 227 56 76 0 51 377 55 51
Binary 1010001 111001 10010111 101110 111110 0 101001 11111111 101101 101001

Color Harmonies of #513997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513997

Black with #513997

Text Example


Text Example

White with #513997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513997; }

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

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

background-color css

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

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

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

border-color css

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

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

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