Html Css Color HEX #504180 Gigas

📋 copy color: '#504180'

red 80 ◦ green 65 ◦ blue 128

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

Shades of Gigas #504180

Tints of Gigas #504180

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.81%

 BLUE value IS 128 (50.39% from 255) = 46.89%

R = 29.3%
G = 23.81%
B = 46.89%

CMYK

 C value IS 0.38

 M value IS 0.49

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#504180 (or 0x504180) is known color: Gigas. HEX triplet: 50, 41 and 80. RGB value is (80,65,128). Sum of RGB (Red+Green+Blue) = 80+65+128=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 128 (50.39% from 255 or 46.89% from 273); Max value from RGB is 128 - color contains mainly: blue. Hex color #504180 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504180 is #AFBE7F. Grayscale: #4C4C4C. Windows color (decimal): -11517568 or 8405328. OLE color: 8405328.

HSL color Cylindrical-coordinate representation of color #504180: hue angle of 254.29º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #504180 is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 65 128 -
CMYK 0.38 0.49 0 0.50
HSL 254.29º 0.33% 0.38% -
HSV(B) 254.29º 0.49% 0.5% -
XYZ 9.09 7.04 21.3 -
YUV 76.67 156.97 130.38 -
System Red Green Blue C M Y K H S L
Decimal 80 65 128 0.38 0.49 0 0.50 254.29 0.33 0.38
Hex 50 41 80 26 31 0 32 FE 21 26
Octal 120 101 200 46 61 0 62 376 41 46
Binary 1010000 1000001 10000000 100110 110001 0 110010 11111110 100001 100110

Color Harmonies of #504180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504180

Black with #504180

Text Example


Text Example

White with #504180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504180; }

 p { color: rgb(80,65,128); }

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

background-color css

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

 a { background-color: rgb(80,65,128); }

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

border-color css

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

 span { border-color: rgb(80,65,128); }

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