#5F4C87

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

Shades of Gigas #5F4C87

Tints of Gigas #5F4C87

Color information

#5F4C87 (or 0x5F4C87) is unknown color: approx Gigas. HEX triplet: 5F, 4C and 87. RGB value is (95,76,135). Sum of RGB (Red+Green+Blue) = 95+76+135=306 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.05% from 306); Green value is 76 (30.08% from 255 or 24.84% from 306); Blue value is 135 (53.12% from 255 or 44.12% from 306); Max value from RGB is 135 - color contains mainly: blue. Hex color #5F4C87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F4C87 is #A0B378. Grayscale: #585858. Windows color (decimal): -10531705 or 8866911. OLE color: 8866911.

HSL color Cylindrical-coordinate representation of color #5F4C87: hue angle of 259.32º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5F4C87 is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9576135-
CMYK0.300.4400.47
HSL259.32º27.96%41.37%-
HSV(B)259.32º43.7%52.94%-
XYZ11.689.3524.11-
YUV88.41154.29132.7-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.05%
GREEN value IS 76 (30.08% from 255) = 24.84%
BLUE value IS 135 (53.12% from 255) = 44.12%
R=31.05%
G=24.84%
B=44.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal95761350.300.4400.47259.3227.9641.37
Hex5F4C871E2C02F1031c29
Octal13711420736540574033451
Binary101111110011001000011111110101100010111110000001111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F4C87; }

 p { color: rgb(95,76,135); }

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

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

 a { background-color: rgb(95,76,135); }

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

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

 span { border-color: rgb(95,76,135); }

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