#504185

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

Shades of Gigas #504185

Tints of Gigas #504185

Color information

#504185 (or 0x504185) is unknown color: approx Gigas. HEX triplet: 50, 41 and 85. RGB value is (80,65,133). Sum of RGB (Red+Green+Blue) = 80+65+133=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 133 (52.34% from 255 or 47.84% from 278); Max value from RGB is 133 - color contains mainly: blue. Hex color #504185 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504185 is #AFBE7A. Grayscale: #4C4C4C. Windows color (decimal): -11517563 or 8733008. OLE color: 8733008.

HSL color Cylindrical-coordinate representation of color #504185: hue angle of 253.24º 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 #504185 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8065133-
CMYK0.400.5100.48
HSL253.24º34.34%38.82%-
HSV(B)253.24º51.13%52.16%-
XYZ9.437.1823.08-
YUV77.24159.47129.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.78%
GREEN value IS 65 (25.78% from 255) = 23.38%
BLUE value IS 133 (52.34% from 255) = 47.84%
R=28.78%
G=23.38%
B=47.84%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal80651330.400.5100.48253.2434.3438.82
Hex5041852833030fd2227
Octal12010120550630603754247
Binary1010000100000110000101101000110011011000011111101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504185; }

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

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

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

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

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

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

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

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