#504187

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

Shades of Gigas #504187

Tints of Gigas #504187

Color information

#504187 (or 0x504187) is unknown color: approx Gigas. HEX triplet: 50, 41 and 87. RGB value is (80,65,135). Sum of RGB (Red+Green+Blue) = 80+65+135=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 135 (53.12% from 255 or 48.21% from 280); Max value from RGB is 135 - color contains mainly: blue. Hex color #504187 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504187 is #AFBE78. Grayscale: #4D4D4D. Windows color (decimal): -11517561 or 8864080. OLE color: 8864080.

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

Color convert

RGB8065135-
CMYK0.410.5200.47
HSL252.86º35%39.22%-
HSV(B)252.86º51.85%52.94%-
XYZ9.577.2423.81-
YUV77.46160.47129.81-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.57%
GREEN value IS 65 (25.78% from 255) = 23.21%
BLUE value IS 135 (53.12% from 255) = 48.21%
R=28.57%
G=23.21%
B=48.21%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80651350.410.5200.47252.863539.22
Hex504187293402Ffd2327
Octal12010120751640573754347
Binary1010000100000110000111101001110100010111111111101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504187; }

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

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

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

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

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

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

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

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