Shades of Gigas #5F4883
Tints of Gigas #5F4883
RGB
CMYK
RGB Variations
Color information
#5F4883 (or 0x5F4883) is known color: Gigas. HEX triplet: 5F, 48 and 83. RGB value is (95,72,131). Sum of RGB (Red+Green+Blue) = 95+72+131=298 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.88% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 131 (51.56% from 255 or 43.96% from 298); Max value from RGB is 131 - color contains mainly: blue. Hex color #5F4883 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F4883 is #A0B77C. Grayscale: #555555. Windows color (decimal): -10532733 or 8603743. OLE color: 8603743.
HSL color Cylindrical-coordinate representation of color #5F4883: hue angle of 263.39º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5F4883 is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 95 | 72 | 131 | - |
| CMYK | 0.27 | 0.45 | 0 | 0.49 |
| HSL | 263.39º | 0.29% | 0.4% | - |
| HSV(B) | 263.39º | 0.45% | 0.51% | - |
| XYZ | 11.13 | 8.71 | 22.57 | - |
| YUV | 85.6 | 153.62 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 72 | 131 | 0.27 | 0.45 | 0 | 0.49 | 263.39 | 0.29 | 0.4 |
| Hex | 5F | 48 | 83 | 1B | 2D | 0 | 31 | 107 | 1D | 28 |
| Octal | 137 | 110 | 203 | 33 | 55 | 0 | 61 | 407 | 35 | 50 |
| Binary | 1011111 | 1001000 | 10000011 | 11011 | 101101 | 0 | 110001 | 100000111 | 11101 | 101000 |
Color Harmonies of #5F4883
Complementary color
Monochromatic Colors of #5F4883
Black with #5F4883
Text Example
Text Example
White with #5F4883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4883; }
p { color: rgb(95,72,131); }
H1.HeaderClassName
{
color: #5F4883;
}
.AnyTagClassName
{
color: #5F4883;
}
</style>
background-color css
<style>
a { background-color: #5F4883; }
a { background-color: rgb(95,72,131); }
div.DivClassName
{
background-color: #5F4883;
}
.BgClassName
{
background-color: #5F4883;
}
</style>
border-color css
<style>
span { border-color: #5F4883; }
span { border-color: rgb(95,72,131); }
td.TdClassName
{
border-color: #5F4883;
}
.TagClassName
{
border-color: #5F4883;
}
</style>