#50407F

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

Shades of Gigas #50407F

Tints of Gigas #50407F

Color information

#50407F (or 0x50407F) is unknown color: approx Gigas. HEX triplet: 50, 40 and 7F. RGB value is (80,64,127). Sum of RGB (Red+Green+Blue) = 80+64+127=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 127 (50% from 255 or 46.86% from 271); Max value from RGB is 127 - color contains mainly: blue. Hex color #50407F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50407F is #AFBF80. Grayscale: #4B4B4B. Windows color (decimal): -11517825 or 8339536. OLE color: 8339536.

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

Color convert

RGB8064127-
CMYK0.370.5000.50
HSL255.24º32.98%37.45%-
HSV(B)255.24º49.61%49.8%-
XYZ8.976.920.94-
YUV75.97156.8130.88-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.52%
GREEN value IS 64 (25.39% from 255) = 23.62%
BLUE value IS 127 (50% from 255) = 46.86%
R=29.52%
G=23.62%
B=46.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal80641270.370.5000.50255.2432.9837.45
Hex50407F2532032ff2125
Octal12010017745620623774145
Binary101000010000001111111100101110010011001011111111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50407F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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