Shades of Gigas #5C4A85
Tints of Gigas #5C4A85
RGB
CMYK
RGB Variations
Color information
#5C4A85 (or 0x5C4A85) is known color: Gigas. HEX triplet: 5C, 4A and 85. RGB value is (92,74,133). Sum of RGB (Red+Green+Blue) = 92+74+133=299 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.77% from 299); Green value is 74 (29.30% from 255 or 24.75% from 299); Blue value is 133 (52.34% from 255 or 44.48% from 299); Max value from RGB is 133 - color contains mainly: blue. Hex color #5C4A85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C4A85 is #A3B57A. Grayscale: #555555. Windows color (decimal): -10728827 or 8735324. OLE color: 8735324.
HSL color Cylindrical-coordinate representation of color #5C4A85: hue angle of 258.31º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5C4A85 is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 92 | 74 | 133 | - |
| CMYK | 0.31 | 0.44 | 0 | 0.48 |
| HSL | 258.31º | 0.29% | 0.41% | - |
| HSV(B) | 258.31º | 0.44% | 0.52% | - |
| XYZ | 11.1 | 8.87 | 23.32 | - |
| YUV | 86.11 | 154.46 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 74 | 133 | 0.31 | 0.44 | 0 | 0.48 | 258.31 | 0.29 | 0.41 |
| Hex | 5C | 4A | 85 | 1F | 2C | 0 | 30 | 102 | 1D | 29 |
| Octal | 134 | 112 | 205 | 37 | 54 | 0 | 60 | 402 | 35 | 51 |
| Binary | 1011100 | 1001010 | 10000101 | 11111 | 101100 | 0 | 110000 | 100000010 | 11101 | 101001 |
Color Harmonies of #5C4A85
Complementary color
Monochromatic Colors of #5C4A85
Black with #5C4A85
Text Example
Text Example
White with #5C4A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4A85; }
p { color: rgb(92,74,133); }
H1.HeaderClassName
{
color: #5C4A85;
}
.AnyTagClassName
{
color: #5C4A85;
}
</style>
background-color css
<style>
a { background-color: #5C4A85; }
a { background-color: rgb(92,74,133); }
div.DivClassName
{
background-color: #5C4A85;
}
.BgClassName
{
background-color: #5C4A85;
}
</style>
border-color css
<style>
span { border-color: #5C4A85; }
span { border-color: rgb(92,74,133); }
td.TdClassName
{
border-color: #5C4A85;
}
.TagClassName
{
border-color: #5C4A85;
}
</style>