Html Css Color HEX #504095 Blue Gem

📋 copy color: '#504095'

red 80 ◦ green 64 ◦ blue 149

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

Shades of Blue Gem #504095

Tints of Blue Gem #504095

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.84%

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

R = 27.3%
G = 21.84%
B = 50.85%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#504095 (or 0x504095) is known color: Blue Gem. HEX triplet: 50, 40 and 95. RGB value is (80,64,149). Sum of RGB (Red+Green+Blue) = 80+64+149=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 149 (58.59% from 255 or 50.85% from 293); Max value from RGB is 149 - color contains mainly: blue. Hex color #504095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504095 is #AFBF6A. Grayscale: #4E4E4E. Windows color (decimal): -11517803 or 9781328. OLE color: 9781328.

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

Color convert

RGB 80 64 149 -
CMYK 0.46 0.57 0 0.42
HSL 251.29º 0.4% 0.42% -
HSV(B) 251.29º 0.57% 0.58% -
XYZ 10.57 7.54 29.33 -
YUV 78.47 167.8 129.09 -
System Red Green Blue C M Y K H S L
Decimal 80 64 149 0.46 0.57 0 0.42 251.29 0.4 0.42
Hex 50 40 95 2E 39 0 2A FB 28 2A
Octal 120 100 225 56 71 0 52 373 50 52
Binary 1010000 1000000 10010101 101110 111001 0 101010 11111011 101000 101010

Color Harmonies of #504095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504095

Black with #504095

Text Example


Text Example

White with #504095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504095; }

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

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

background-color css

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

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

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

border-color css

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

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

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