Html Css Color HEX #514390 Blue Gem

📋 copy color: '#514390'

red 81 ◦ green 67 ◦ blue 144

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

Shades of Blue Gem #514390

Tints of Blue Gem #514390

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.95%

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

R = 27.74%
G = 22.95%
B = 49.32%

CMYK

 C value IS 0.44

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#514390 (or 0x514390) is known color: Blue Gem. HEX triplet: 51, 43 and 90. RGB value is (81,67,144). Sum of RGB (Red+Green+Blue) = 81+67+144=292 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.74% from 292); Green value is 67 (26.56% from 255 or 22.95% from 292); Blue value is 144 (56.64% from 255 or 49.32% from 292); Max value from RGB is 144 - color contains mainly: blue. Hex color #514390 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514390 is #AEBC6F. Grayscale: #4F4F4F. Windows color (decimal): -11451504 or 9454417. OLE color: 9454417.

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

Color convert

RGB 81 67 144 -
CMYK 0.44 0.53 0 0.44
HSL 250.91º 0.36% 0.41% -
HSV(B) 250.91º 0.53% 0.56% -
XYZ 10.43 7.78 27.34 -
YUV 79.96 164.14 128.74 -
System Red Green Blue C M Y K H S L
Decimal 81 67 144 0.44 0.53 0 0.44 250.91 0.36 0.41
Hex 51 43 90 2C 35 0 2C FB 24 29
Octal 121 103 220 54 65 0 54 373 44 51
Binary 1010001 1000011 10010000 101100 110101 0 101100 11111011 100100 101001

Color Harmonies of #514390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514390

Black with #514390

Text Example


Text Example

White with #514390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514390; }

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

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

background-color css

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

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

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

border-color css

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

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

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