Shades of Gigas #5C4E9B
Tints of Gigas #5C4E9B
RGB
CMYK
RGB Variations
Color information
#5C4E9B (or 0x5C4E9B) is known color: Gigas. HEX triplet: 5C, 4E and 9B. RGB value is (92,78,155). Sum of RGB (Red+Green+Blue) = 92+78+155=325 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.31% from 325); Green value is 78 (30.86% from 255 or 24% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 155 - color contains mainly: blue. Hex color #5C4E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C4E9B is #A3B164. Grayscale: #5A5A5A. Windows color (decimal): -10727781 or 10178140. OLE color: 10178140.
HSL color Cylindrical-coordinate representation of color #5C4E9B: hue angle of 250.91º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5C4E9B is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 92 | 78 | 155 | - |
| CMYK | 0.41 | 0.50 | 0 | 0.39 |
| HSL | 250.91º | 0.33% | 0.46% | - |
| HSV(B) | 250.91º | 0.5% | 0.61% | - |
| XYZ | 13.05 | 10.09 | 32.27 | - |
| YUV | 90.96 | 164.14 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 78 | 155 | 0.41 | 0.50 | 0 | 0.39 | 250.91 | 0.33 | 0.46 |
| Hex | 5C | 4E | 9B | 29 | 32 | 0 | 27 | FB | 21 | 2E |
| Octal | 134 | 116 | 233 | 51 | 62 | 0 | 47 | 373 | 41 | 56 |
| Binary | 1011100 | 1001110 | 10011011 | 101001 | 110010 | 0 | 100111 | 11111011 | 100001 | 101110 |
Color Harmonies of #5C4E9B
Complementary color
Monochromatic Colors of #5C4E9B
Black with #5C4E9B
Text Example
Text Example
White with #5C4E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4E9B; }
p { color: rgb(92,78,155); }
H1.HeaderClassName
{
color: #5C4E9B;
}
.AnyTagClassName
{
color: #5C4E9B;
}
</style>
background-color css
<style>
a { background-color: #5C4E9B; }
a { background-color: rgb(92,78,155); }
div.DivClassName
{
background-color: #5C4E9B;
}
.BgClassName
{
background-color: #5C4E9B;
}
</style>
border-color css
<style>
span { border-color: #5C4E9B; }
span { border-color: rgb(92,78,155); }
td.TdClassName
{
border-color: #5C4E9B;
}
.TagClassName
{
border-color: #5C4E9B;
}
</style>