Html Css Color HEX #514996 Blue Gem

📋 copy color: '#514996'

red 81 ◦ green 73 ◦ blue 150

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

Shades of Blue Gem #514996

Tints of Blue Gem #514996

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.01%

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

R = 26.64%
G = 24.01%
B = 49.34%

CMYK

 C value IS 0.46

 M value IS 0.51

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#514996 (or 0x514996) is known color: Blue Gem. HEX triplet: 51, 49 and 96. RGB value is (81,73,150). Sum of RGB (Red+Green+Blue) = 81+73+150=304 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.64% from 304); Green value is 73 (28.91% from 255 or 24.01% from 304); Blue value is 150 (58.98% from 255 or 49.34% from 304); Max value from RGB is 150 - color contains mainly: blue. Hex color #514996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514996 is #AEB669. Grayscale: #535353. Windows color (decimal): -11449962 or 9849169. OLE color: 9849169.

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

Color convert

RGB 81 73 150 -
CMYK 0.46 0.51 0 0.41
HSL 246.23º 0.35% 0.44% -
HSV(B) 246.23º 0.51% 0.59% -
XYZ 11.28 8.72 29.94 -
YUV 84.17 165.15 125.74 -
System Red Green Blue C M Y K H S L
Decimal 81 73 150 0.46 0.51 0 0.41 246.23 0.35 0.44
Hex 51 49 96 2E 33 0 29 F6 23 2C
Octal 121 111 226 56 63 0 51 366 43 54
Binary 1010001 1001001 10010110 101110 110011 0 101001 11110110 100011 101100

Color Harmonies of #514996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514996

Black with #514996

Text Example


Text Example

White with #514996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514996; }

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

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

background-color css

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

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

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

border-color css

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

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

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