Html Css Color HEX #504380 Gigas

📋 copy color: '#504380'

red 80 ◦ green 67 ◦ blue 128

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

Shades of Gigas #504380

Tints of Gigas #504380

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.36%

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

R = 29.09%
G = 24.36%
B = 46.55%

CMYK

 C value IS 0.38

 M value IS 0.48

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#504380 (or 0x504380) is known color: Gigas. HEX triplet: 50, 43 and 80. RGB value is (80,67,128). Sum of RGB (Red+Green+Blue) = 80+67+128=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 67 (26.56% from 255 or 24.36% from 275); Blue value is 128 (50.39% from 255 or 46.55% from 275); Max value from RGB is 128 - color contains mainly: blue. Hex color #504380 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504380 is #AFBC7F. Grayscale: #4D4D4D. Windows color (decimal): -11517056 or 8405840. OLE color: 8405840.

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

Color convert

RGB 80 67 128 -
CMYK 0.38 0.48 0 0.50
HSL 252.79º 0.31% 0.38% -
HSV(B) 252.79º 0.48% 0.5% -
XYZ 9.21 7.28 21.34 -
YUV 77.84 156.31 129.54 -
System Red Green Blue C M Y K H S L
Decimal 80 67 128 0.38 0.48 0 0.50 252.79 0.31 0.38
Hex 50 43 80 26 30 0 32 FD 1F 26
Octal 120 103 200 46 60 0 62 375 37 46
Binary 1010000 1000011 10000000 100110 110000 0 110010 11111101 11111 100110

Color Harmonies of #504380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504380

Black with #504380

Text Example


Text Example

White with #504380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504380; }

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

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

background-color css

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

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

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

border-color css

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

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

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