Html Css Color HEX #504995 Blue Gem

📋 copy color: '#504995'

red 80 ◦ green 73 ◦ blue 149

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

Shades of Blue Gem #504995

Tints of Blue Gem #504995

RGB

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

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

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

R = 26.49%
G = 24.17%
B = 49.34%

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

#504995 (or 0x504995) is known color: Blue Gem. HEX triplet: 50, 49 and 95. RGB value is (80,73,149). Sum of RGB (Red+Green+Blue) = 80+73+149=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 73 (28.91% from 255 or 24.17% from 302); Blue value is 149 (58.59% from 255 or 49.34% from 302); Max value from RGB is 149 - color contains mainly: blue. Hex color #504995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504995 is #AFB66A. Grayscale: #535353. Windows color (decimal): -11515499 or 9783632. OLE color: 9783632.

HSL color Cylindrical-coordinate representation of color #504995: hue angle of 245.53º 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 #504995 is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 73 149 -
CMYK 0.46 0.51 0 0.42
HSL 245.53º 0.34% 0.44% -
HSV(B) 245.53º 0.51% 0.58% -
XYZ 11.12 8.64 29.52 -
YUV 83.76 164.82 125.32 -
System Red Green Blue C M Y K H S L
Decimal 80 73 149 0.46 0.51 0 0.42 245.53 0.34 0.44
Hex 50 49 95 2E 33 0 2A F6 22 2C
Octal 120 111 225 56 63 0 52 366 42 54
Binary 1010000 1001001 10010101 101110 110011 0 101010 11110110 100010 101100

Color Harmonies of #504995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504995

Black with #504995

Text Example


Text Example

White with #504995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504995; }

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

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

background-color css

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

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

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

border-color css

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

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

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