Html Css Color HEX #504791 Blue Gem

📋 copy color: '#504791'

red 80 ◦ green 71 ◦ blue 145

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

Shades of Blue Gem #504791

Tints of Blue Gem #504791

RGB

 RED value IS 80 (31.64% from 255) = 27.03%

 GREEN value IS 71 (28.13% from 255) = 23.99%

 BLUE value IS 145 (57.03% from 255) = 48.99%

R = 27.03%
G = 23.99%
B = 48.99%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#504791 (or 0x504791) is known color: Blue Gem. HEX triplet: 50, 47 and 91. RGB value is (80,71,145). Sum of RGB (Red+Green+Blue) = 80+71+145=296 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.03% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 145 (57.03% from 255 or 48.99% from 296); Max value from RGB is 145 - color contains mainly: blue. Hex color #504791 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504791 is #AFB86E. Grayscale: #515151. Windows color (decimal): -11516015 or 9520976. OLE color: 9520976.

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

Color convert

RGB 80 71 145 -
CMYK 0.45 0.51 0 0.43
HSL 247.3º 0.34% 0.42% -
HSV(B) 247.3º 0.51% 0.57% -
XYZ 10.67 8.26 27.82 -
YUV 82.13 163.48 126.48 -
System Red Green Blue C M Y K H S L
Decimal 80 71 145 0.45 0.51 0 0.43 247.3 0.34 0.42
Hex 50 47 91 2D 33 0 2B F7 22 2A
Octal 120 107 221 55 63 0 53 367 42 52
Binary 1010000 1000111 10010001 101101 110011 0 101011 11110111 100010 101010

Color Harmonies of #504791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504791

Black with #504791

Text Example


Text Example

White with #504791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504791; }

 p { color: rgb(80,71,145); }

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

background-color css

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

 a { background-color: rgb(80,71,145); }

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

border-color css

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

 span { border-color: rgb(80,71,145); }

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