#504385

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

Shades of Gigas #504385

Tints of Gigas #504385

Color information

#504385 (or 0x504385) is unknown color: approx Gigas. HEX triplet: 50, 43 and 85. RGB value is (80,67,133). Sum of RGB (Red+Green+Blue) = 80+67+133=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 67 (26.56% from 255 or 23.93% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 133 - color contains mainly: blue. Hex color #504385 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504385 is #AFBC7A. Grayscale: #4E4E4E. Windows color (decimal): -11517051 or 8733520. OLE color: 8733520.

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

Color convert

RGB8067133-
CMYK0.400.5000.48
HSL251.82º33%39.22%-
HSV(B)251.82º49.62%52.16%-
XYZ9.557.4123.12-
YUV78.41158.81129.13-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.57%
GREEN value IS 67 (26.56% from 255) = 23.93%
BLUE value IS 133 (52.34% from 255) = 47.5%
R=28.57%
G=23.93%
B=47.5%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal80671330.400.5000.48251.823339.22
Hex5043852832030fc2127
Octal12010320550620603744147
Binary1010000100001110000101101000110010011000011111100100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504385; }

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

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

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

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

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

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

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

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