#504387

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

Shades of Gigas #504387

Tints of Gigas #504387

Color information

#504387 (or 0x504387) is unknown color: approx Gigas. HEX triplet: 50, 43 and 87. RGB value is (80,67,135). Sum of RGB (Red+Green+Blue) = 80+67+135=282 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.37% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 135 (53.12% from 255 or 47.87% from 282); Max value from RGB is 135 - color contains mainly: blue. Hex color #504387 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504387 is #AFBC78. Grayscale: #4E4E4E. Windows color (decimal): -11517049 or 8864592. OLE color: 8864592.

HSL color Cylindrical-coordinate representation of color #504387: hue angle of 251.47º degrees, saturation: 0.34, 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 #504387 is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8067135-
CMYK0.410.5000.47
HSL251.47º33.66%39.61%-
HSV(B)251.47º50.37%52.94%-
XYZ9.697.4723.85-
YUV78.64159.81128.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.37%
GREEN value IS 67 (26.56% from 255) = 23.76%
BLUE value IS 135 (53.12% from 255) = 47.87%
R=28.37%
G=23.76%
B=47.87%

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
Decimal80671350.410.5000.47251.4733.6639.61
Hex504387293202Ffb2228
Octal12010320751620573734250
Binary1010000100001110000111101001110010010111111111011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504387; }

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

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

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

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

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

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

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

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