Html Css Color HEX #504798 Blue Gem

📋 copy color: '#504798'

red 80 ◦ green 71 ◦ blue 152

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

Shades of Blue Gem #504798

Tints of Blue Gem #504798

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 50.17%

R = 26.4%
G = 23.43%
B = 50.17%

CMYK

 C value IS 0.47

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#504798 (or 0x504798) is known color: Blue Gem. HEX triplet: 50, 47 and 98. RGB value is (80,71,152). Sum of RGB (Red+Green+Blue) = 80+71+152=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 152 (59.77% from 255 or 50.17% from 303); Max value from RGB is 152 - color contains mainly: blue. Hex color #504798 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504798 is #AFB867. Grayscale: #525252. Windows color (decimal): -11516008 or 9979728. OLE color: 9979728.

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

Color convert

RGB 80 71 152 -
CMYK 0.47 0.53 0 0.40
HSL 246.67º 0.36% 0.44% -
HSV(B) 246.67º 0.53% 0.6% -
XYZ 11.23 8.48 30.75 -
YUV 82.93 166.98 125.91 -
System Red Green Blue C M Y K H S L
Decimal 80 71 152 0.47 0.53 0 0.40 246.67 0.36 0.44
Hex 50 47 98 2F 35 0 28 F7 24 2C
Octal 120 107 230 57 65 0 50 367 44 54
Binary 1010000 1000111 10011000 101111 110101 0 101000 11110111 100100 101100

Color Harmonies of #504798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504798

Black with #504798

Text Example


Text Example

White with #504798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504798; }

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

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

background-color css

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

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

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

border-color css

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

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

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