Html Css Color HEX #514091 Blue Gem

📋 copy color: '#514091'

red 81 ◦ green 64 ◦ blue 145

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

Shades of Blue Gem #514091

Tints of Blue Gem #514091

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.07%

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

R = 27.93%
G = 22.07%
B = 50%

CMYK

 C value IS 0.44

 M value IS 0.56

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#514091 (or 0x514091) is known color: Blue Gem. HEX triplet: 51, 40 and 91. RGB value is (81,64,145). Sum of RGB (Red+Green+Blue) = 81+64+145=290 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.93% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 145 (57.03% from 255 or 50% from 290); Max value from RGB is 145 - color contains mainly: blue. Hex color #514091 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514091 is #AEBF6E. Grayscale: #4E4E4E. Windows color (decimal): -11452271 or 9519185. OLE color: 9519185.

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

Color convert

RGB 81 64 145 -
CMYK 0.44 0.56 0 0.43
HSL 252.59º 0.39% 0.41% -
HSV(B) 252.59º 0.56% 0.57% -
XYZ 10.34 7.46 27.68 -
YUV 78.32 165.63 129.91 -
System Red Green Blue C M Y K H S L
Decimal 81 64 145 0.44 0.56 0 0.43 252.59 0.39 0.41
Hex 51 40 91 2C 38 0 2B FD 27 29
Octal 121 100 221 54 70 0 53 375 47 51
Binary 1010001 1000000 10010001 101100 111000 0 101011 11111101 100111 101001

Color Harmonies of #514091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514091

Black with #514091

Text Example


Text Example

White with #514091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514091; }

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

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

background-color css

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

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

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

border-color css

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

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

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