Html Css Color HEX #50437C Gigas

📋 copy color: '#50437C'

red 80 ◦ green 67 ◦ blue 124

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

Shades of Gigas #50437C

Tints of Gigas #50437C

RGB

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

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

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

R = 29.52%
G = 24.72%
B = 45.76%

CMYK

 C value IS 0.35

 M value IS 0.46

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#50437C (or 0x50437C) is known color: Gigas. HEX triplet: 50, 43 and 7C. RGB value is (80,67,124). Sum of RGB (Red+Green+Blue) = 80+67+124=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 124 (48.83% from 255 or 45.76% from 271); Max value from RGB is 124 - color contains mainly: blue. Hex color #50437C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50437C is #AFBC83. Grayscale: #4D4D4D. Windows color (decimal): -11517060 or 8143696. OLE color: 8143696.

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

Color convert

RGB 80 67 124 -
CMYK 0.35 0.46 0 0.51
HSL 253.68º 0.3% 0.37% -
HSV(B) 253.68º 0.46% 0.49% -
XYZ 8.95 7.18 19.98 -
YUV 77.39 154.31 129.87 -
System Red Green Blue C M Y K H S L
Decimal 80 67 124 0.35 0.46 0 0.51 253.68 0.3 0.37
Hex 50 43 7C 23 2E 0 33 FE 1E 25
Octal 120 103 174 43 56 0 63 376 36 45
Binary 1010000 1000011 1111100 100011 101110 0 110011 11111110 11110 100101

Color Harmonies of #50437C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50437C

Black with #50437C

Text Example


Text Example

White with #50437C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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