#504184

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

Shades of Gigas #504184

Tints of Gigas #504184

Color information

#504184 (or 0x504184) is unknown color: approx Gigas. HEX triplet: 50, 41 and 84. RGB value is (80,65,132). Sum of RGB (Red+Green+Blue) = 80+65+132=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 132 (51.95% from 255 or 47.65% from 277); Max value from RGB is 132 - color contains mainly: blue. Hex color #504184 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504184 is #AFBE7B. Grayscale: #4C4C4C. Windows color (decimal): -11517564 or 8667472. OLE color: 8667472.

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

Color convert

RGB8065132-
CMYK0.390.5100.48
HSL253.43º34.01%38.63%-
HSV(B)253.43º50.76%51.76%-
XYZ9.367.1522.72-
YUV77.12158.97130.05-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.88%
GREEN value IS 65 (25.78% from 255) = 23.47%
BLUE value IS 132 (51.95% from 255) = 47.65%
R=28.88%
G=23.47%
B=47.65%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal80651320.390.5100.48253.4334.0138.63
Hex5041842733030fd2227
Octal12010120447630603754247
Binary1010000100000110000100100111110011011000011111101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504184; }

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

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

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

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

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

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

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

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