#504389

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

Shades of Gigas #504389

Tints of Gigas #504389

Color information

#504389 (or 0x504389) is unknown color: approx Gigas. HEX triplet: 50, 43 and 89. RGB value is (80,67,137). Sum of RGB (Red+Green+Blue) = 80+67+137=284 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.17% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 137 (53.91% from 255 or 48.24% from 284); Max value from RGB is 137 - color contains mainly: blue. Hex color #504389 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504389 is #AFBC76. Grayscale: #4E4E4E. Windows color (decimal): -11517047 or 8995664. OLE color: 8995664.

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

Color convert

RGB8067137-
CMYK0.420.5100.46
HSL251.14º34.31%40%-
HSV(B)251.14º51.09%53.73%-
XYZ9.837.5324.6-
YUV78.87160.81128.81-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.17%
GREEN value IS 67 (26.56% from 255) = 23.59%
BLUE value IS 137 (53.91% from 255) = 48.24%
R=28.17%
G=23.59%
B=48.24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal80671370.420.5100.46251.1434.3140
Hex5043892A3302Efb2228
Octal12010321152630563734250
Binary1010000100001110001001101010110011010111011111011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504389; }

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

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

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

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

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

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

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

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