Html Css Color HEX #514096 Blue Gem

📋 copy color: '#514096'

red 81 ◦ green 64 ◦ blue 150

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

Shades of Blue Gem #514096

Tints of Blue Gem #514096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 50.85%

R = 27.46%
G = 21.69%
B = 50.85%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#514096 (or 0x514096) is known color: Blue Gem. HEX triplet: 51, 40 and 96. RGB value is (81,64,150). Sum of RGB (Red+Green+Blue) = 81+64+150=295 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.46% from 295); Green value is 64 (25.39% from 255 or 21.69% from 295); Blue value is 150 (58.98% from 255 or 50.85% from 295); Max value from RGB is 150 - color contains mainly: blue. Hex color #514096 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514096 is #AEBF69. Grayscale: #4E4E4E. Windows color (decimal): -11452266 or 9846865. OLE color: 9846865.

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

Color convert

RGB 81 64 150 -
CMYK 0.46 0.57 0 0.41
HSL 251.86º 0.4% 0.42% -
HSV(B) 251.86º 0.57% 0.59% -
XYZ 10.73 7.62 29.76 -
YUV 78.89 168.13 129.51 -
System Red Green Blue C M Y K H S L
Decimal 81 64 150 0.46 0.57 0 0.41 251.86 0.4 0.42
Hex 51 40 96 2E 39 0 29 FC 28 2A
Octal 121 100 226 56 71 0 51 374 50 52
Binary 1010001 1000000 10010110 101110 111001 0 101001 11111100 101000 101010

Color Harmonies of #514096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514096

Black with #514096

Text Example


Text Example

White with #514096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514096; }

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

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

background-color css

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

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

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

border-color css

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

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

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