#504085

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

Shades of Gigas #504085

Tints of Gigas #504085

Color information

#504085 (or 0x504085) is unknown color: approx Gigas. HEX triplet: 50, 40 and 85. RGB value is (80,64,133). Sum of RGB (Red+Green+Blue) = 80+64+133=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 133 - color contains mainly: blue. Hex color #504085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504085 is #AFBF7A. Grayscale: #4C4C4C. Windows color (decimal): -11517819 or 8732752. OLE color: 8732752.

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

Color convert

RGB8064133-
CMYK0.400.5200.48
HSL253.91º35.03%38.63%-
HSV(B)253.91º51.88%52.16%-
XYZ9.387.0723.06-
YUV76.65159.8130.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.88%
GREEN value IS 64 (25.39% from 255) = 23.10%
BLUE value IS 133 (52.34% from 255) = 48.01%
R=28.88%
G=23.10%
B=48.01%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal80641330.400.5200.48253.9135.0338.63
Hex5040852834030fe2327
Octal12010020550640603764347
Binary1010000100000010000101101000110100011000011111110100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504085; }

 p { color: rgb(80,64,133); }

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

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

 a { background-color: rgb(80,64,133); }

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

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

 span { border-color: rgb(80,64,133); }

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