Html Css Color HEX #504486 Gigas

📋 copy color: '#504486'

red 80 ◦ green 68 ◦ blue 134

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

Shades of Gigas #504486

Tints of Gigas #504486

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.11%

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

R = 28.37%
G = 24.11%
B = 47.52%

CMYK

 C value IS 0.40

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#504486 (or 0x504486) is known color: Gigas. HEX triplet: 50, 44 and 86. RGB value is (80,68,134). Sum of RGB (Red+Green+Blue) = 80+68+134=282 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.37% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 134 (52.73% from 255 or 47.52% from 282); Max value from RGB is 134 - color contains mainly: blue. Hex color #504486 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504486 is #AFBB79. Grayscale: #4E4E4E. Windows color (decimal): -11516794 or 8799312. OLE color: 8799312.

HSL color Cylindrical-coordinate representation of color #504486: hue angle of 250.91º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #504486 is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 68 134 -
CMYK 0.40 0.49 0 0.47
HSL 250.91º 0.33% 0.4% -
HSV(B) 250.91º 0.49% 0.53% -
XYZ 9.68 7.56 23.5 -
YUV 79.11 158.98 128.63 -
System Red Green Blue C M Y K H S L
Decimal 80 68 134 0.40 0.49 0 0.47 250.91 0.33 0.4
Hex 50 44 86 28 31 0 2F FB 21 28
Octal 120 104 206 50 61 0 57 373 41 50
Binary 1010000 1000100 10000110 101000 110001 0 101111 11111011 100001 101000

Color Harmonies of #504486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504486

Black with #504486

Text Example


Text Example

White with #504486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504486; }

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

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

background-color css

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

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

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

border-color css

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

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

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