Html Css Color HEX #514094 Blue Gem

📋 copy color: '#514094'

red 81 ◦ green 64 ◦ blue 148

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

Shades of Blue Gem #514094

Tints of Blue Gem #514094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 50.51%

R = 27.65%
G = 21.84%
B = 50.51%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#514094 (or 0x514094) is known color: Blue Gem. HEX triplet: 51, 40 and 94. RGB value is (81,64,148). Sum of RGB (Red+Green+Blue) = 81+64+148=293 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.65% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 148 (58.20% from 255 or 50.51% from 293); Max value from RGB is 148 - color contains mainly: blue. Hex color #514094 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514094 is #AEBF6B. Grayscale: #4E4E4E. Windows color (decimal): -11452268 or 9715793. OLE color: 9715793.

HSL color Cylindrical-coordinate representation of color #514094: hue angle of 252.14º 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 #514094 is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 64 148 -
CMYK 0.45 0.57 0 0.42
HSL 252.14º 0.4% 0.42% -
HSV(B) 252.14º 0.57% 0.58% -
XYZ 10.57 7.55 28.92 -
YUV 78.66 167.13 129.67 -
System Red Green Blue C M Y K H S L
Decimal 81 64 148 0.45 0.57 0 0.42 252.14 0.4 0.42
Hex 51 40 94 2D 39 0 2A FC 28 2A
Octal 121 100 224 55 71 0 52 374 50 52
Binary 1010001 1000000 10010100 101101 111001 0 101010 11111100 101000 101010

Color Harmonies of #514094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514094

Black with #514094

Text Example


Text Example

White with #514094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514094; }

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

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

background-color css

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

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

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

border-color css

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

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

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