Html Css Color HEX #503292 Blue Gem

📋 copy color: '#503292'

red 80 ◦ green 50 ◦ blue 146

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

Shades of Blue Gem #503292

Tints of Blue Gem #503292

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.12%

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

R = 28.99%
G = 18.12%
B = 52.9%

CMYK

 C value IS 0.45

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#503292 (or 0x503292) is known color: Blue Gem. HEX triplet: 50, 32 and 92. RGB value is (80,50,146). Sum of RGB (Red+Green+Blue) = 80+50+146=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 146 (57.42% from 255 or 52.90% from 276); Max value from RGB is 146 - color contains mainly: blue. Hex color #503292 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503292 is #AFCD6D. Grayscale: #454545. Windows color (decimal): -11521390 or 9581136. OLE color: 9581136.

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

Color convert

RGB 80 50 146 -
CMYK 0.45 0.66 0 0.43
HSL 258.75º 0.49% 0.38% -
HSV(B) 258.75º 0.66% 0.57% -
XYZ 9.64 6.06 27.86 -
YUV 69.91 170.94 135.19 -
System Red Green Blue C M Y K H S L
Decimal 80 50 146 0.45 0.66 0 0.43 258.75 0.49 0.38
Hex 50 32 92 2D 42 0 2B 103 31 26
Octal 120 62 222 55 102 0 53 403 61 46
Binary 1010000 110010 10010010 101101 1000010 0 101011 100000011 110001 100110

Color Harmonies of #503292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503292

Black with #503292

Text Example


Text Example

White with #503292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503292; }

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

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

background-color css

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

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

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

border-color css

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

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

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