#504081

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

Shades of Gigas #504081

Tints of Gigas #504081

Color information

#504081 (or 0x504081) is unknown color: approx Gigas. HEX triplet: 50, 40 and 81. RGB value is (80,64,129). Sum of RGB (Red+Green+Blue) = 80+64+129=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 129 (50.78% from 255 or 47.25% from 273); Max value from RGB is 129 - color contains mainly: blue. Hex color #504081 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504081 is #AFBF7E. Grayscale: #4B4B4B. Windows color (decimal): -11517823 or 8470608. OLE color: 8470608.

HSL color Cylindrical-coordinate representation of color #504081: hue angle of 254.77º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #504081 is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8064129-
CMYK0.380.5000.49
HSL254.77º33.68%37.84%-
HSV(B)254.77º50.39%50.59%-
XYZ9.16.9621.63-
YUV76.19157.8130.71-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.30%
GREEN value IS 64 (25.39% from 255) = 23.44%
BLUE value IS 129 (50.78% from 255) = 47.25%
R=29.30%
G=23.44%
B=47.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal80641290.380.5000.49254.7733.6837.84
Hex5040812632031ff2226
Octal12010020146620613774246
Binary1010000100000010000001100110110010011000111111111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504081; }

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

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

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

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

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

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

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

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