Html Css Color HEX #514494 Blue Gem

📋 copy color: '#514494'

red 81 ◦ green 68 ◦ blue 148

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

Shades of Blue Gem #514494

Tints of Blue Gem #514494

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.9%

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

R = 27.27%
G = 22.9%
B = 49.83%

CMYK

 C value IS 0.45

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#514494 (or 0x514494) is known color: Blue Gem. HEX triplet: 51, 44 and 94. RGB value is (81,68,148). Sum of RGB (Red+Green+Blue) = 81+68+148=297 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.27% from 297); Green value is 68 (26.95% from 255 or 22.90% from 297); Blue value is 148 (58.20% from 255 or 49.83% from 297); Max value from RGB is 148 - color contains mainly: blue. Hex color #514494 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514494 is #AEBB6B. Grayscale: #505050. Windows color (decimal): -11451244 or 9716817. OLE color: 9716817.

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

Color convert

RGB 81 68 148 -
CMYK 0.45 0.54 0 0.42
HSL 249.75º 0.37% 0.42% -
HSV(B) 249.75º 0.54% 0.58% -
XYZ 10.81 8.02 29 -
YUV 81.01 165.81 128 -
System Red Green Blue C M Y K H S L
Decimal 81 68 148 0.45 0.54 0 0.42 249.75 0.37 0.42
Hex 51 44 94 2D 36 0 2A FA 25 2A
Octal 121 104 224 55 66 0 52 372 45 52
Binary 1010001 1000100 10010100 101101 110110 0 101010 11111010 100101 101010

Color Harmonies of #514494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514494

Black with #514494

Text Example


Text Example

White with #514494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514494; }

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

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

background-color css

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

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

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

border-color css

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

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

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