#50437F

Color #50437F Gigas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gigas #50437F

Tints of Gigas #50437F

Color information

#50437F (or 0x50437F) is unknown color: approx Gigas. HEX triplet: 50, 43 and 7F. RGB value is (80,67,127). Sum of RGB (Red+Green+Blue) = 80+67+127=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 127 (50% from 255 or 46.35% from 274); Max value from RGB is 127 - color contains mainly: blue. Hex color #50437F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50437F is #AFBC80. Grayscale: #4D4D4D. Windows color (decimal): -11517057 or 8340304. OLE color: 8340304.

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

Color convert

RGB8067127-
CMYK0.370.4700.50
HSL253º30.93%38.04%-
HSV(B)253º47.24%49.8%-
XYZ9.157.2521-
YUV77.73155.81129.62-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.20%
GREEN value IS 67 (26.56% from 255) = 24.45%
BLUE value IS 127 (50% from 255) = 46.35%
R=29.20%
G=24.45%
B=46.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal80671270.370.4700.5025330.9338.04
Hex50437F252F032fd1f26
Octal12010317745570623753746
Binary10100001000011111111110010110111101100101111110111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50437F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #50437F;
 }
 .AnyTagClassName
 {
   color: #50437F;
 }
</style>
background-color css

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

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

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

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

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

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