Html Css Color HEX #514191 Blue Gem

📋 copy color: '#514191'

red 81 ◦ green 65 ◦ blue 145

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

Shades of Blue Gem #514191

Tints of Blue Gem #514191

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.34%

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

R = 27.84%
G = 22.34%
B = 49.83%

CMYK

 C value IS 0.44

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#514191 (or 0x514191) is known color: Blue Gem. HEX triplet: 51, 41 and 91. RGB value is (81,65,145). Sum of RGB (Red+Green+Blue) = 81+65+145=291 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.84% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 145 (57.03% from 255 or 49.83% from 291); Max value from RGB is 145 - color contains mainly: blue. Hex color #514191 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514191 is #AEBE6E. Grayscale: #4E4E4E. Windows color (decimal): -11452015 or 9519441. OLE color: 9519441.

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

Color convert

RGB 81 65 145 -
CMYK 0.44 0.55 0 0.43
HSL 252º 0.38% 0.41% -
HSV(B) 252º 0.55% 0.57% -
XYZ 10.39 7.57 27.7 -
YUV 78.9 165.3 129.5 -
System Red Green Blue C M Y K H S L
Decimal 81 65 145 0.44 0.55 0 0.43 252 0.38 0.41
Hex 51 41 91 2C 37 0 2B FC 26 29
Octal 121 101 221 54 67 0 53 374 46 51
Binary 1010001 1000001 10010001 101100 110111 0 101011 11111100 100110 101001

Color Harmonies of #514191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514191

Black with #514191

Text Example


Text Example

White with #514191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514191; }

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

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

background-color css

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

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

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

border-color css

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

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

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