Html Css Color HEX #504891 Blue Gem

📋 copy color: '#504891'

red 80 ◦ green 72 ◦ blue 145

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

Shades of Blue Gem #504891

Tints of Blue Gem #504891

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.24%

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

R = 26.94%
G = 24.24%
B = 48.82%

CMYK

 C value IS 0.45

 M value IS 0.50

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#504891 (or 0x504891) is known color: Blue Gem. HEX triplet: 50, 48 and 91. RGB value is (80,72,145). Sum of RGB (Red+Green+Blue) = 80+72+145=297 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.94% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 145 (57.03% from 255 or 48.82% from 297); Max value from RGB is 145 - color contains mainly: blue. Hex color #504891 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504891 is #AFB76E. Grayscale: #525252. Windows color (decimal): -11515759 or 9521232. OLE color: 9521232.

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

Color convert

RGB 80 72 145 -
CMYK 0.45 0.50 0 0.43
HSL 246.58º 0.34% 0.43% -
HSV(B) 246.58º 0.5% 0.57% -
XYZ 10.74 8.38 27.84 -
YUV 82.71 163.15 126.06 -
System Red Green Blue C M Y K H S L
Decimal 80 72 145 0.45 0.50 0 0.43 246.58 0.34 0.43
Hex 50 48 91 2D 32 0 2B F7 22 2B
Octal 120 110 221 55 62 0 53 367 42 53
Binary 1010000 1001000 10010001 101101 110010 0 101011 11110111 100010 101011

Color Harmonies of #504891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504891

Black with #504891

Text Example


Text Example

White with #504891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504891; }

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

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

background-color css

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

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

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

border-color css

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

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

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