#504288

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

Shades of Gigas #504288

Tints of Gigas #504288

Color information

#504288 (or 0x504288) is unknown color: approx Gigas. HEX triplet: 50, 42 and 88. RGB value is (80,66,136). Sum of RGB (Red+Green+Blue) = 80+66+136=282 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.37% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 136 (53.52% from 255 or 48.23% from 282); Max value from RGB is 136 - color contains mainly: blue. Hex color #504288 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504288 is #AFBD77. Grayscale: #4D4D4D. Windows color (decimal): -11517304 or 8929872. OLE color: 8929872.

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

Color convert

RGB8066136-
CMYK0.410.5100.47
HSL252º34.65%39.61%-
HSV(B)252º51.47%53.33%-
XYZ9.77.3824.21-
YUV78.17160.64129.31-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.37%
GREEN value IS 66 (26.17% from 255) = 23.40%
BLUE value IS 136 (53.52% from 255) = 48.23%
R=28.37%
G=23.40%
B=48.23%

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
Decimal80661360.410.5100.4725234.6539.61
Hex504288293302Ffc2328
Octal12010221051630573744350
Binary1010000100001010001000101001110011010111111111100100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504288; }

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

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

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

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

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

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

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

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