Html Css Color HEX #503E86 Gigas

📋 copy color: '#503E86'

red 80 ◦ green 62 ◦ blue 134

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

Shades of Gigas #503E86

Tints of Gigas #503E86

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.46%

 BLUE value IS 134 (52.73% from 255) = 48.55%

R = 28.99%
G = 22.46%
B = 48.55%

CMYK

 C value IS 0.40

 M value IS 0.54

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#503E86 (or 0x503E86) is known color: Gigas. HEX triplet: 50, 3E and 86. RGB value is (80,62,134). Sum of RGB (Red+Green+Blue) = 80+62+134=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 62 (24.61% from 255 or 22.46% from 276); Blue value is 134 (52.73% from 255 or 48.55% from 276); Max value from RGB is 134 - color contains mainly: blue. Hex color #503E86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503E86 is #AFC179. Grayscale: #4B4B4B. Windows color (decimal): -11518330 or 8797776. OLE color: 8797776.

HSL color Cylindrical-coordinate representation of color #503E86: hue angle of 255º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #503E86 is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 62 134 -
CMYK 0.40 0.54 0 0.47
HSL 255º 0.37% 0.38% -
HSV(B) 255º 0.54% 0.53% -
XYZ 9.33 6.87 23.39 -
YUV 75.59 160.96 131.15 -
System Red Green Blue C M Y K H S L
Decimal 80 62 134 0.40 0.54 0 0.47 255 0.37 0.38
Hex 50 3E 86 28 36 0 2F FF 25 26
Octal 120 76 206 50 66 0 57 377 45 46
Binary 1010000 111110 10000110 101000 110110 0 101111 11111111 100101 100110

Color Harmonies of #503E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503E86

Black with #503E86

Text Example


Text Example

White with #503E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503E86; }

 p { color: rgb(80,62,134); }

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

background-color css

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

 a { background-color: rgb(80,62,134); }

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

border-color css

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

 span { border-color: rgb(80,62,134); }

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