Html Css Color HEX #504196 Blue Gem

📋 copy color: '#504196'

red 80 ◦ green 65 ◦ blue 150

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

Shades of Blue Gem #504196

Tints of Blue Gem #504196

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.03%

 BLUE value IS 150 (58.98% from 255) = 50.85%

R = 27.12%
G = 22.03%
B = 50.85%

CMYK

 C value IS 0.47

 M value IS 0.57

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#504196 (or 0x504196) is known color: Blue Gem. HEX triplet: 50, 41 and 96. RGB value is (80,65,150). Sum of RGB (Red+Green+Blue) = 80+65+150=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 65 (25.78% from 255 or 22.03% from 295); Blue value is 150 (58.98% from 255 or 50.85% from 295); Max value from RGB is 150 - color contains mainly: blue. Hex color #504196 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504196 is #AFBE69. Grayscale: #4E4E4E. Windows color (decimal): -11517546 or 9847120. OLE color: 9847120.

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

Color convert

RGB 80 65 150 -
CMYK 0.47 0.57 0 0.41
HSL 250.59º 0.4% 0.42% -
HSV(B) 250.59º 0.57% 0.59% -
XYZ 10.7 7.69 29.77 -
YUV 79.18 167.97 128.59 -
System Red Green Blue C M Y K H S L
Decimal 80 65 150 0.47 0.57 0 0.41 250.59 0.4 0.42
Hex 50 41 96 2F 39 0 29 FB 28 2A
Octal 120 101 226 57 71 0 51 373 50 52
Binary 1010000 1000001 10010110 101111 111001 0 101001 11111011 101000 101010

Color Harmonies of #504196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504196

Black with #504196

Text Example


Text Example

White with #504196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504196; }

 p { color: rgb(80,65,150); }

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

background-color css

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

 a { background-color: rgb(80,65,150); }

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

border-color css

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

 span { border-color: rgb(80,65,150); }

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