Shades of Gigas #5F4A7C
Tints of Gigas #5F4A7C
RGB
CMYK
RGB Variations
Color information
#5F4A7C (or 0x5F4A7C) is known color: Gigas. HEX triplet: 5F, 4A and 7C. RGB value is (95,74,124). Sum of RGB (Red+Green+Blue) = 95+74+124=293 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.42% from 293); Green value is 74 (29.30% from 255 or 25.26% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 124 - color contains mainly: blue. Hex color #5F4A7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4A7C is #A0B583. Grayscale: #555555. Windows color (decimal): -10532228 or 8145503. OLE color: 8145503.
HSL color Cylindrical-coordinate representation of color #5F4A7C: hue angle of 265.2º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5F4A7C is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 95 | 74 | 124 | - |
| CMYK | 0.23 | 0.40 | 0 | 0.51 |
| HSL | 265.2º | 0.25% | 0.39% | - |
| HSV(B) | 265.2º | 0.4% | 0.49% | - |
| XYZ | 10.81 | 8.79 | 20.2 | - |
| YUV | 85.98 | 149.46 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 74 | 124 | 0.23 | 0.40 | 0 | 0.51 | 265.2 | 0.25 | 0.39 |
| Hex | 5F | 4A | 7C | 17 | 28 | 0 | 33 | 109 | 19 | 27 |
| Octal | 137 | 112 | 174 | 27 | 50 | 0 | 63 | 411 | 31 | 47 |
| Binary | 1011111 | 1001010 | 1111100 | 10111 | 101000 | 0 | 110011 | 100001001 | 11001 | 100111 |
Color Harmonies of #5F4A7C
Complementary color
Monochromatic Colors of #5F4A7C
Black with #5F4A7C
Text Example
Text Example
White with #5F4A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4A7C; }
p { color: rgb(95,74,124); }
H1.HeaderClassName
{
color: #5F4A7C;
}
.AnyTagClassName
{
color: #5F4A7C;
}
</style>
background-color css
<style>
a { background-color: #5F4A7C; }
a { background-color: rgb(95,74,124); }
div.DivClassName
{
background-color: #5F4A7C;
}
.BgClassName
{
background-color: #5F4A7C;
}
</style>
border-color css
<style>
span { border-color: #5F4A7C; }
span { border-color: rgb(95,74,124); }
td.TdClassName
{
border-color: #5F4A7C;
}
.TagClassName
{
border-color: #5F4A7C;
}
</style>