Html Css Color HEX #514090 Blue Gem

📋 copy color: '#514090'

red 81 ◦ green 64 ◦ blue 144

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

Shades of Blue Gem #514090

Tints of Blue Gem #514090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 49.83%

R = 28.03%
G = 22.15%
B = 49.83%

CMYK

 C value IS 0.44

 M value IS 0.56

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#514090 (or 0x514090) is known color: Blue Gem. HEX triplet: 51, 40 and 90. RGB value is (81,64,144). Sum of RGB (Red+Green+Blue) = 81+64+144=289 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.03% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 144 (56.64% from 255 or 49.83% from 289); Max value from RGB is 144 - color contains mainly: blue. Hex color #514090 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514090 is #AEBF6F. Grayscale: #4D4D4D. Windows color (decimal): -11452272 or 9453649. OLE color: 9453649.

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

Color convert

RGB 81 64 144 -
CMYK 0.44 0.56 0 0.44
HSL 252.75º 0.38% 0.41% -
HSV(B) 252.75º 0.56% 0.56% -
XYZ 10.26 7.43 27.28 -
YUV 78.2 165.13 130 -
System Red Green Blue C M Y K H S L
Decimal 81 64 144 0.44 0.56 0 0.44 252.75 0.38 0.41
Hex 51 40 90 2C 38 0 2C FD 26 29
Octal 121 100 220 54 70 0 54 375 46 51
Binary 1010001 1000000 10010000 101100 111000 0 101100 11111101 100110 101001

Color Harmonies of #514090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514090

Black with #514090

Text Example


Text Example

White with #514090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514090; }

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

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

background-color css

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

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

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

border-color css

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

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

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