Shades of Gigas #5F487E
Tints of Gigas #5F487E
RGB
CMYK
RGB Variations
Color information
#5F487E (or 0x5F487E) is known color: Gigas. HEX triplet: 5F, 48 and 7E. RGB value is (95,72,126). Sum of RGB (Red+Green+Blue) = 95+72+126=293 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.42% from 293); Green value is 72 (28.52% from 255 or 24.57% from 293); Blue value is 126 (49.61% from 255 or 43.00% from 293); Max value from RGB is 126 - color contains mainly: blue. Hex color #5F487E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F487E is #A0B781. Grayscale: #545454. Windows color (decimal): -10532738 or 8276063. OLE color: 8276063.
HSL color Cylindrical-coordinate representation of color #5F487E: hue angle of 265.56º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5F487E is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 95 | 72 | 126 | - |
| CMYK | 0.25 | 0.43 | 0 | 0.51 |
| HSL | 265.56º | 0.27% | 0.39% | - |
| HSV(B) | 265.56º | 0.43% | 0.49% | - |
| XYZ | 10.8 | 8.57 | 20.82 | - |
| YUV | 85.03 | 151.12 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 72 | 126 | 0.25 | 0.43 | 0 | 0.51 | 265.56 | 0.27 | 0.39 |
| Hex | 5F | 48 | 7E | 19 | 2B | 0 | 33 | 10A | 1B | 27 |
| Octal | 137 | 110 | 176 | 31 | 53 | 0 | 63 | 412 | 33 | 47 |
| Binary | 1011111 | 1001000 | 1111110 | 11001 | 101011 | 0 | 110011 | 100001010 | 11011 | 100111 |
Color Harmonies of #5F487E
Complementary color
Monochromatic Colors of #5F487E
Black with #5F487E
Text Example
Text Example
White with #5F487E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F487E; }
p { color: rgb(95,72,126); }
H1.HeaderClassName
{
color: #5F487E;
}
.AnyTagClassName
{
color: #5F487E;
}
</style>
background-color css
<style>
a { background-color: #5F487E; }
a { background-color: rgb(95,72,126); }
div.DivClassName
{
background-color: #5F487E;
}
.BgClassName
{
background-color: #5F487E;
}
</style>
border-color css
<style>
span { border-color: #5F487E; }
span { border-color: rgb(95,72,126); }
td.TdClassName
{
border-color: #5F487E;
}
.TagClassName
{
border-color: #5F487E;
}
</style>