Html Css Color HEX #514095 Blue Gem

📋 copy color: '#514095'

red 81 ◦ green 64 ◦ blue 149

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

Shades of Blue Gem #514095

Tints of Blue Gem #514095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 50.68%

R = 27.55%
G = 21.77%
B = 50.68%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#514095 (or 0x514095) is known color: Blue Gem. HEX triplet: 51, 40 and 95. RGB value is (81,64,149). Sum of RGB (Red+Green+Blue) = 81+64+149=294 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.55% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 149 (58.59% from 255 or 50.68% from 294); Max value from RGB is 149 - color contains mainly: blue. Hex color #514095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514095 is #AEBF6A. Grayscale: #4E4E4E. Windows color (decimal): -11452267 or 9781329. OLE color: 9781329.

HSL color Cylindrical-coordinate representation of color #514095: hue angle of 252º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #514095 is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 64 149 -
CMYK 0.46 0.57 0 0.42
HSL 252º 0.4% 0.42% -
HSV(B) 252º 0.57% 0.58% -
XYZ 10.65 7.59 29.34 -
YUV 78.77 167.63 129.59 -
System Red Green Blue C M Y K H S L
Decimal 81 64 149 0.46 0.57 0 0.42 252 0.4 0.42
Hex 51 40 95 2E 39 0 2A FC 28 2A
Octal 121 100 225 56 71 0 52 374 50 52
Binary 1010001 1000000 10010101 101110 111001 0 101010 11111100 101000 101010

Color Harmonies of #514095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514095

Black with #514095

Text Example


Text Example

White with #514095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514095; }

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

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

background-color css

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

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

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

border-color css

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

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

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