Html Css Color HEX #504278 Gigas

📋 copy color: '#504278'

red 80 ◦ green 66 ◦ blue 120

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

Shades of Gigas #504278

Tints of Gigas #504278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 45.11%

R = 30.08%
G = 24.81%
B = 45.11%

CMYK

 C value IS 0.33

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#504278 (or 0x504278) is known color: Gigas. HEX triplet: 50, 42 and 78. RGB value is (80,66,120). Sum of RGB (Red+Green+Blue) = 80+66+120=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 120 (47.27% from 255 or 45.11% from 266); Max value from RGB is 120 - color contains mainly: blue. Hex color #504278 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504278 is #AFBD87. Grayscale: #4C4C4C. Windows color (decimal): -11517320 or 7881296. OLE color: 7881296.

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

Color convert

RGB 80 66 120 -
CMYK 0.33 0.45 0 0.53
HSL 255.56º 0.29% 0.36% -
HSV(B) 255.56º 0.45% 0.47% -
XYZ 8.65 6.96 18.66 -
YUV 76.34 152.64 130.61 -
System Red Green Blue C M Y K H S L
Decimal 80 66 120 0.33 0.45 0 0.53 255.56 0.29 0.36
Hex 50 42 78 21 2D 0 35 100 1D 24
Octal 120 102 170 41 55 0 65 400 35 44
Binary 1010000 1000010 1111000 100001 101101 0 110101 100000000 11101 100100

Color Harmonies of #504278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504278

Black with #504278

Text Example


Text Example

White with #504278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504278; }

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

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

background-color css

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

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

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

border-color css

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

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

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