#50437B

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

Shades of Gigas #50437B

Tints of Gigas #50437B

Color information

#50437B (or 0x50437B) is unknown color: approx Gigas. HEX triplet: 50, 43 and 7B. RGB value is (80,67,123). Sum of RGB (Red+Green+Blue) = 80+67+123=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 123 (48.44% from 255 or 45.56% from 270); Max value from RGB is 123 - color contains mainly: blue. Hex color #50437B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50437B is #AFBC84. Grayscale: #4D4D4D. Windows color (decimal): -11517061 or 8078160. OLE color: 8078160.

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

Color convert

RGB8067123-
CMYK0.350.4600.52
HSL253.93º29.47%37.25%-
HSV(B)253.93º45.53%48.24%-
XYZ8.897.1519.65-
YUV77.27153.81129.95-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.63%
GREEN value IS 67 (26.56% from 255) = 24.81%
BLUE value IS 123 (48.44% from 255) = 45.56%
R=29.63%
G=24.81%
B=45.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal80671230.350.4600.52253.9329.4737.25
Hex50437B232E034fe1d25
Octal12010317343560643763545
Binary10100001000011111101110001110111001101001111111011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50437B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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