Shades of Gigas #5C477B
Tints of Gigas #5C477B
RGB
CMYK
RGB Variations
Color information
#5C477B (or 0x5C477B) is known color: Gigas. HEX triplet: 5C, 47 and 7B. RGB value is (92,71,123). Sum of RGB (Red+Green+Blue) = 92+71+123=286 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.17% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 123 (48.44% from 255 or 43.01% from 286); Max value from RGB is 123 - color contains mainly: blue. Hex color #5C477B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C477B is #A3B884. Grayscale: #535353. Windows color (decimal): -10729605 or 8079196. OLE color: 8079196.
HSL color Cylindrical-coordinate representation of color #5C477B: hue angle of 264.23º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5C477B is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 92 | 71 | 123 | - |
| CMYK | 0.25 | 0.42 | 0 | 0.52 |
| HSL | 264.23º | 0.27% | 0.38% | - |
| HSV(B) | 264.23º | 0.42% | 0.48% | - |
| XYZ | 10.24 | 8.21 | 19.78 | - |
| YUV | 83.21 | 150.46 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 71 | 123 | 0.25 | 0.42 | 0 | 0.52 | 264.23 | 0.27 | 0.38 |
| Hex | 5C | 47 | 7B | 19 | 2A | 0 | 34 | 108 | 1B | 26 |
| Octal | 134 | 107 | 173 | 31 | 52 | 0 | 64 | 410 | 33 | 46 |
| Binary | 1011100 | 1000111 | 1111011 | 11001 | 101010 | 0 | 110100 | 100001000 | 11011 | 100110 |
Color Harmonies of #5C477B
Complementary color
Monochromatic Colors of #5C477B
Black with #5C477B
Text Example
Text Example
White with #5C477B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C477B; }
p { color: rgb(92,71,123); }
H1.HeaderClassName
{
color: #5C477B;
}
.AnyTagClassName
{
color: #5C477B;
}
</style>
background-color css
<style>
a { background-color: #5C477B; }
a { background-color: rgb(92,71,123); }
div.DivClassName
{
background-color: #5C477B;
}
.BgClassName
{
background-color: #5C477B;
}
</style>
border-color css
<style>
span { border-color: #5C477B; }
span { border-color: rgb(92,71,123); }
td.TdClassName
{
border-color: #5C477B;
}
.TagClassName
{
border-color: #5C477B;
}
</style>