Shades of Gigas #5F4C90
Tints of Gigas #5F4C90
RGB
CMYK
RGB Variations
Color information
#5F4C90 (or 0x5F4C90) is known color: Gigas. HEX triplet: 5F, 4C and 90. RGB value is (95,76,144). Sum of RGB (Red+Green+Blue) = 95+76+144=315 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.16% from 315); Green value is 76 (30.08% from 255 or 24.13% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 144 - color contains mainly: blue. Hex color #5F4C90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F4C90 is #A0B36F. Grayscale: #595959. Windows color (decimal): -10531696 or 9456735. OLE color: 9456735.
HSL color Cylindrical-coordinate representation of color #5F4C90: hue angle of 256.76º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5F4C90 is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 95 | 76 | 144 | - |
| CMYK | 0.34 | 0.47 | 0 | 0.44 |
| HSL | 256.76º | 0.31% | 0.43% | - |
| HSV(B) | 256.76º | 0.47% | 0.56% | - |
| XYZ | 12.34 | 9.62 | 27.59 | - |
| YUV | 89.43 | 158.79 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 76 | 144 | 0.34 | 0.47 | 0 | 0.44 | 256.76 | 0.31 | 0.43 |
| Hex | 5F | 4C | 90 | 22 | 2F | 0 | 2C | 101 | 1F | 2B |
| Octal | 137 | 114 | 220 | 42 | 57 | 0 | 54 | 401 | 37 | 53 |
| Binary | 1011111 | 1001100 | 10010000 | 100010 | 101111 | 0 | 101100 | 100000001 | 11111 | 101011 |
Color Harmonies of #5F4C90
Complementary color
Monochromatic Colors of #5F4C90
Black with #5F4C90
Text Example
Text Example
White with #5F4C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4C90; }
p { color: rgb(95,76,144); }
H1.HeaderClassName
{
color: #5F4C90;
}
.AnyTagClassName
{
color: #5F4C90;
}
</style>
background-color css
<style>
a { background-color: #5F4C90; }
a { background-color: rgb(95,76,144); }
div.DivClassName
{
background-color: #5F4C90;
}
.BgClassName
{
background-color: #5F4C90;
}
</style>
border-color css
<style>
span { border-color: #5F4C90; }
span { border-color: rgb(95,76,144); }
td.TdClassName
{
border-color: #5F4C90;
}
.TagClassName
{
border-color: #5F4C90;
}
</style>