Html Css Color HEX #504392 Blue Gem

📋 copy color: '#504392'

red 80 ◦ green 67 ◦ blue 146

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

Shades of Blue Gem #504392

Tints of Blue Gem #504392

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.87%

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

R = 27.3%
G = 22.87%
B = 49.83%

CMYK

 C value IS 0.45

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#504392 (or 0x504392) is known color: Blue Gem. HEX triplet: 50, 43 and 92. RGB value is (80,67,146). Sum of RGB (Red+Green+Blue) = 80+67+146=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 146 (57.42% from 255 or 49.83% from 293); Max value from RGB is 146 - color contains mainly: blue. Hex color #504392 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504392 is #AFBC6D. Grayscale: #4F4F4F. Windows color (decimal): -11517038 or 9585488. OLE color: 9585488.

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

Color convert

RGB 80 67 146 -
CMYK 0.45 0.54 0 0.43
HSL 249.87º 0.37% 0.42% -
HSV(B) 249.87º 0.54% 0.57% -
XYZ 10.5 7.8 28.15 -
YUV 79.89 165.31 128.08 -
System Red Green Blue C M Y K H S L
Decimal 80 67 146 0.45 0.54 0 0.43 249.87 0.37 0.42
Hex 50 43 92 2D 36 0 2B FA 25 2A
Octal 120 103 222 55 66 0 53 372 45 52
Binary 1010000 1000011 10010010 101101 110110 0 101011 11111010 100101 101010

Color Harmonies of #504392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504392

Black with #504392

Text Example


Text Example

White with #504392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504392; }

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

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

background-color css

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

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

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

border-color css

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

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

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