#504487

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

Shades of Gigas #504487

Tints of Gigas #504487

Color information

#504487 (or 0x504487) is unknown color: approx Gigas. HEX triplet: 50, 44 and 87. RGB value is (80,68,135). Sum of RGB (Red+Green+Blue) = 80+68+135=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 135 (53.12% from 255 or 47.70% from 283); Max value from RGB is 135 - color contains mainly: blue. Hex color #504487 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504487 is #AFBB78. Grayscale: #4E4E4E. Windows color (decimal): -11516793 or 8864848. OLE color: 8864848.

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

Color convert

RGB8068135-
CMYK0.410.5000.47
HSL250.75º33%39.8%-
HSV(B)250.75º49.63%52.94%-
XYZ9.757.5923.87-
YUV79.23159.48128.55-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.27%
GREEN value IS 68 (26.95% from 255) = 24.03%
BLUE value IS 135 (53.12% from 255) = 47.70%
R=28.27%
G=24.03%
B=47.70%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80681350.410.5000.47250.753339.8
Hex504487293202Ffb2128
Octal12010420751620573734150
Binary1010000100010010000111101001110010010111111111011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504487; }

 p { color: rgb(80,68,135); }

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

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

 a { background-color: rgb(80,68,135); }

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

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

 span { border-color: rgb(80,68,135); }

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