Html Css Color HEX #514891 Blue Gem

📋 copy color: '#514891'

red 81 ◦ green 72 ◦ blue 145

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

Shades of Blue Gem #514891

Tints of Blue Gem #514891

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.16%

 BLUE value IS 145 (57.03% from 255) = 48.66%

R = 27.18%
G = 24.16%
B = 48.66%

CMYK

 C value IS 0.44

 M value IS 0.50

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#514891 (or 0x514891) is known color: Blue Gem. HEX triplet: 51, 48 and 91. RGB value is (81,72,145). Sum of RGB (Red+Green+Blue) = 81+72+145=298 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.18% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 145 (57.03% from 255 or 48.66% from 298); Max value from RGB is 145 - color contains mainly: blue. Hex color #514891 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514891 is #AEB76E. Grayscale: #525252. Windows color (decimal): -11450223 or 9521233. OLE color: 9521233.

HSL color Cylindrical-coordinate representation of color #514891: hue angle of 247.4º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #514891 is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 81 72 145 -
CMYK 0.44 0.50 0 0.43
HSL 247.4º 0.34% 0.43% -
HSV(B) 247.4º 0.5% 0.57% -
XYZ 10.82 8.43 27.84 -
YUV 83.01 162.98 126.56 -
System Red Green Blue C M Y K H S L
Decimal 81 72 145 0.44 0.50 0 0.43 247.4 0.34 0.43
Hex 51 48 91 2C 32 0 2B F7 22 2B
Octal 121 110 221 54 62 0 53 367 42 53
Binary 1010001 1001000 10010001 101100 110010 0 101011 11110111 100010 101011

Color Harmonies of #514891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514891

Black with #514891

Text Example


Text Example

White with #514891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514891; }

 p { color: rgb(81,72,145); }

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

background-color css

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

 a { background-color: rgb(81,72,145); }

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

border-color css

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

 span { border-color: rgb(81,72,145); }

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