Html Css Color HEX #514995 Blue Gem

📋 copy color: '#514995'

red 81 ◦ green 73 ◦ blue 149

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

Shades of Blue Gem #514995

Tints of Blue Gem #514995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 49.17%

R = 26.73%
G = 24.09%
B = 49.17%

CMYK

 C value IS 0.46

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#514995 (or 0x514995) is known color: Blue Gem. HEX triplet: 51, 49 and 95. RGB value is (81,73,149). Sum of RGB (Red+Green+Blue) = 81+73+149=303 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.73% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 149 (58.59% from 255 or 49.17% from 303); Max value from RGB is 149 - color contains mainly: blue. Hex color #514995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514995 is #AEB66A. Grayscale: #535353. Windows color (decimal): -11449963 or 9783633. OLE color: 9783633.

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

Color convert

RGB 81 73 149 -
CMYK 0.46 0.51 0 0.42
HSL 246.32º 0.34% 0.44% -
HSV(B) 246.32º 0.51% 0.58% -
XYZ 11.2 8.68 29.52 -
YUV 84.06 164.65 125.82 -
System Red Green Blue C M Y K H S L
Decimal 81 73 149 0.46 0.51 0 0.42 246.32 0.34 0.44
Hex 51 49 95 2E 33 0 2A F6 22 2C
Octal 121 111 225 56 63 0 52 366 42 54
Binary 1010001 1001001 10010101 101110 110011 0 101010 11110110 100010 101100

Color Harmonies of #514995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514995

Black with #514995

Text Example


Text Example

White with #514995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514995; }

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

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

background-color css

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

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

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

border-color css

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

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

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