Html Css Color HEX #50407C Gigas

📋 copy color: '#50407C'

red 80 ◦ green 64 ◦ blue 124

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

Shades of Gigas #50407C

Tints of Gigas #50407C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.88%

 BLUE value IS 124 (48.83% from 255) = 46.27%

R = 29.85%
G = 23.88%
B = 46.27%

CMYK

 C value IS 0.35

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#50407C (or 0x50407C) is known color: Gigas. HEX triplet: 50, 40 and 7C. RGB value is (80,64,124). Sum of RGB (Red+Green+Blue) = 80+64+124=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 124 (48.83% from 255 or 46.27% from 268); Max value from RGB is 124 - color contains mainly: blue. Hex color #50407C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50407C is #AFBF83. Grayscale: #4B4B4B. Windows color (decimal): -11517828 or 8142928. OLE color: 8142928.

HSL color Cylindrical-coordinate representation of color #50407C: hue angle of 256º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50407C is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 80 64 124 -
CMYK 0.35 0.48 0 0.51
HSL 256º 0.32% 0.37% -
HSV(B) 256º 0.48% 0.49% -
XYZ 8.78 6.83 19.92 -
YUV 75.62 155.3 131.12 -
System Red Green Blue C M Y K H S L
Decimal 80 64 124 0.35 0.48 0 0.51 256 0.32 0.37
Hex 50 40 7C 23 30 0 33 100 20 25
Octal 120 100 174 43 60 0 63 400 40 45
Binary 1010000 1000000 1111100 100011 110000 0 110011 100000000 100000 100101

Color Harmonies of #50407C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50407C

Black with #50407C

Text Example


Text Example

White with #50407C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50407C; }

 p { color: rgb(80,64,124); }

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

background-color css

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

 a { background-color: rgb(80,64,124); }

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

border-color css

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

 span { border-color: rgb(80,64,124); }

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