#504388

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

Shades of Gigas #504388

Tints of Gigas #504388

Color information

#504388 (or 0x504388) is unknown color: approx Gigas. HEX triplet: 50, 43 and 88. RGB value is (80,67,136). Sum of RGB (Red+Green+Blue) = 80+67+136=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 136 (53.52% from 255 or 48.06% from 283); Max value from RGB is 136 - color contains mainly: blue. Hex color #504388 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504388 is #AFBC77. Grayscale: #4E4E4E. Windows color (decimal): -11517048 or 8930128. OLE color: 8930128.

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

Color convert

RGB8067136-
CMYK0.410.5100.47
HSL251.3º33.99%39.8%-
HSV(B)251.3º50.74%53.33%-
XYZ9.767.524.23-
YUV78.75160.31128.89-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.27%
GREEN value IS 67 (26.56% from 255) = 23.67%
BLUE value IS 136 (53.52% from 255) = 48.06%
R=28.27%
G=23.67%
B=48.06%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80671360.410.5100.47251.333.9939.8
Hex504388293302Ffb2228
Octal12010321051630573734250
Binary1010000100001110001000101001110011010111111111011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504388; }

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

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

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

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

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

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

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

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