Html Css Color HEX #50437E Gigas

📋 copy color: '#50437E'

red 80 ◦ green 67 ◦ blue 126

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

Shades of Gigas #50437E

Tints of Gigas #50437E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 46.15%

R = 29.3%
G = 24.54%
B = 46.15%

CMYK

 C value IS 0.37

 M value IS 0.47

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#50437E (or 0x50437E) is known color: Gigas. HEX triplet: 50, 43 and 7E. RGB value is (80,67,126). Sum of RGB (Red+Green+Blue) = 80+67+126=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 67 (26.56% from 255 or 24.54% from 273); Blue value is 126 (49.61% from 255 or 46.15% from 273); Max value from RGB is 126 - color contains mainly: blue. Hex color #50437E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50437E is #AFBC81. Grayscale: #4D4D4D. Windows color (decimal): -11517058 or 8274768. OLE color: 8274768.

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

Color convert

RGB 80 67 126 -
CMYK 0.37 0.47 0 0.51
HSL 253.22º 0.31% 0.38% -
HSV(B) 253.22º 0.47% 0.49% -
XYZ 9.08 7.23 20.65 -
YUV 77.61 155.31 129.7 -
System Red Green Blue C M Y K H S L
Decimal 80 67 126 0.37 0.47 0 0.51 253.22 0.31 0.38
Hex 50 43 7E 25 2F 0 33 FD 1F 26
Octal 120 103 176 45 57 0 63 375 37 46
Binary 1010000 1000011 1111110 100101 101111 0 110011 11111101 11111 100110

Color Harmonies of #50437E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50437E

Black with #50437E

Text Example


Text Example

White with #50437E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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