Html Css Color HEX #513897 Blue Gem

📋 copy color: '#513897'

red 81 ◦ green 56 ◦ blue 151

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

Shades of Blue Gem #513897

Tints of Blue Gem #513897

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.44%

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

R = 28.13%
G = 19.44%
B = 52.43%

CMYK

 C value IS 0.46

 M value IS 0.63

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#513897 (or 0x513897) is known color: Blue Gem. HEX triplet: 51, 38 and 97. RGB value is (81,56,151). Sum of RGB (Red+Green+Blue) = 81+56+151=288 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.12% from 288); Green value is 56 (22.27% from 255 or 19.44% from 288); Blue value is 151 (59.38% from 255 or 52.43% from 288); Max value from RGB is 151 - color contains mainly: blue. Hex color #513897 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513897 is #AEC768. Grayscale: #494949. Windows color (decimal): -11454313 or 9910353. OLE color: 9910353.

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

Color convert

RGB 81 56 151 -
CMYK 0.46 0.63 0 0.41
HSL 255.79º 0.46% 0.41% -
HSV(B) 255.79º 0.63% 0.59% -
XYZ 10.39 6.81 30.05 -
YUV 74.31 171.28 132.78 -
System Red Green Blue C M Y K H S L
Decimal 81 56 151 0.46 0.63 0 0.41 255.79 0.46 0.41
Hex 51 38 97 2E 3F 0 29 100 2E 29
Octal 121 70 227 56 77 0 51 400 56 51
Binary 1010001 111000 10010111 101110 111111 0 101001 100000000 101110 101001

Color Harmonies of #513897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513897

Black with #513897

Text Example


Text Example

White with #513897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513897; }

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

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

background-color css

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

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

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

border-color css

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

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

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