Html Css Color HEX #504279 Gigas

📋 copy color: '#504279'

red 80 ◦ green 66 ◦ blue 121

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

Shades of Gigas #504279

Tints of Gigas #504279

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.72%

 BLUE value IS 121 (47.66% from 255) = 45.32%

R = 29.96%
G = 24.72%
B = 45.32%

CMYK

 C value IS 0.34

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#504279 (or 0x504279) is known color: Gigas. HEX triplet: 50, 42 and 79. RGB value is (80,66,121). Sum of RGB (Red+Green+Blue) = 80+66+121=267 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.96% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 121 (47.66% from 255 or 45.32% from 267); Max value from RGB is 121 - color contains mainly: blue. Hex color #504279 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504279 is #AFBD86. Grayscale: #4C4C4C. Windows color (decimal): -11517319 or 7946832. OLE color: 7946832.

HSL color Cylindrical-coordinate representation of color #504279: hue angle of 255.27º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #504279 is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 66 121 -
CMYK 0.34 0.45 0 0.53
HSL 255.27º 0.29% 0.37% -
HSV(B) 255.27º 0.45% 0.47% -
XYZ 8.71 6.98 18.98 -
YUV 76.46 153.14 130.53 -
System Red Green Blue C M Y K H S L
Decimal 80 66 121 0.34 0.45 0 0.53 255.27 0.29 0.37
Hex 50 42 79 22 2D 0 35 FF 1D 25
Octal 120 102 171 42 55 0 65 377 35 45
Binary 1010000 1000010 1111001 100010 101101 0 110101 11111111 11101 100101

Color Harmonies of #504279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504279

Black with #504279

Text Example


Text Example

White with #504279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504279; }

 p { color: rgb(80,66,121); }

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

background-color css

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

 a { background-color: rgb(80,66,121); }

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

border-color css

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

 span { border-color: rgb(80,66,121); }

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