Html Css Color HEX #50427F Gigas

📋 copy color: '#50427F'

red 80 ◦ green 66 ◦ blue 127

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

Shades of Gigas #50427F

Tints of Gigas #50427F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 46.52%

R = 29.3%
G = 24.18%
B = 46.52%

CMYK

 C value IS 0.37

 M value IS 0.48

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#50427F (or 0x50427F) is known color: Gigas. HEX triplet: 50, 42 and 7F. RGB value is (80,66,127). Sum of RGB (Red+Green+Blue) = 80+66+127=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 127 (50% from 255 or 46.52% from 273); Max value from RGB is 127 - color contains mainly: blue. Hex color #50427F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50427F is #AFBD80. Grayscale: #4C4C4C. Windows color (decimal): -11517313 or 8340048. OLE color: 8340048.

HSL color Cylindrical-coordinate representation of color #50427F: hue angle of 253.77º degrees, saturation: 0.32, 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 #50427F is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 66 127 -
CMYK 0.37 0.48 0 0.50
HSL 253.77º 0.32% 0.38% -
HSV(B) 253.77º 0.48% 0.5% -
XYZ 9.09 7.13 20.98 -
YUV 77.14 156.14 130.04 -
System Red Green Blue C M Y K H S L
Decimal 80 66 127 0.37 0.48 0 0.50 253.77 0.32 0.38
Hex 50 42 7F 25 30 0 32 FE 20 26
Octal 120 102 177 45 60 0 62 376 40 46
Binary 1010000 1000010 1111111 100101 110000 0 110010 11111110 100000 100110

Color Harmonies of #50427F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50427F

Black with #50427F

Text Example


Text Example

White with #50427F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50427F; }

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

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

background-color css

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

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

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

border-color css

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

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

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