#50417B

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

Shades of Gigas #50417B

Tints of Gigas #50417B

Color information

#50417B (or 0x50417B) is unknown color: approx Gigas. HEX triplet: 50, 41 and 7B. RGB value is (80,65,123). Sum of RGB (Red+Green+Blue) = 80+65+123=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 123 (48.44% from 255 or 45.90% from 268); Max value from RGB is 123 - color contains mainly: blue. Hex color #50417B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50417B is #AFBE84. Grayscale: #4B4B4B. Windows color (decimal): -11517573 or 8077648. OLE color: 8077648.

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

Color convert

RGB8065123-
CMYK0.350.4700.52
HSL255.52º30.85%36.86%-
HSV(B)255.52º47.15%48.24%-
XYZ8.776.9219.61-
YUV76.1154.47130.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.85%
GREEN value IS 65 (25.78% from 255) = 24.25%
BLUE value IS 123 (48.44% from 255) = 45.90%
R=29.85%
G=24.25%
B=45.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal80651230.350.4700.52255.5230.8536.86
Hex50417B232F0341001f25
Octal12010117343570644003745
Binary101000010000011111011100011101111011010010000000011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50417B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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