Html Css Color HEX #504192 Blue Gem

📋 copy color: '#504192'

red 80 ◦ green 65 ◦ blue 146

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

Shades of Blue Gem #504192

Tints of Blue Gem #504192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 50.17%

R = 27.49%
G = 22.34%
B = 50.17%

CMYK

 C value IS 0.45

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#504192 (or 0x504192) is known color: Blue Gem. HEX triplet: 50, 41 and 92. RGB value is (80,65,146). Sum of RGB (Red+Green+Blue) = 80+65+146=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 146 (57.42% from 255 or 50.17% from 291); Max value from RGB is 146 - color contains mainly: blue. Hex color #504192 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504192 is #AFBE6D. Grayscale: #4E4E4E. Windows color (decimal): -11517550 or 9584976. OLE color: 9584976.

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

Color convert

RGB 80 65 146 -
CMYK 0.45 0.55 0 0.43
HSL 251.11º 0.38% 0.41% -
HSV(B) 251.11º 0.55% 0.57% -
XYZ 10.39 7.56 28.11 -
YUV 78.72 165.97 128.91 -
System Red Green Blue C M Y K H S L
Decimal 80 65 146 0.45 0.55 0 0.43 251.11 0.38 0.41
Hex 50 41 92 2D 37 0 2B FB 26 29
Octal 120 101 222 55 67 0 53 373 46 51
Binary 1010000 1000001 10010010 101101 110111 0 101011 11111011 100110 101001

Color Harmonies of #504192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504192

Black with #504192

Text Example


Text Example

White with #504192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504192; }

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

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

background-color css

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

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

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

border-color css

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

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

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