Shades of Gigas #5B4B85
Tints of Gigas #5B4B85
RGB
CMYK
RGB Variations
Color information
#5B4B85 (or 0x5B4B85) is known color: Gigas. HEX triplet: 5B, 4B and 85. RGB value is (91,75,133). Sum of RGB (Red+Green+Blue) = 91+75+133=299 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.43% from 299); Green value is 75 (29.69% from 255 or 25.08% 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 #5B4B85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B4B85 is #A4B47A. Grayscale: #565656. Windows color (decimal): -10794107 or 8735579. OLE color: 8735579.
HSL color Cylindrical-coordinate representation of color #5B4B85: hue angle of 256.55º degrees, saturation: 0.28, 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 #5B4B85 is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 91 | 75 | 133 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.48 |
| HSL | 256.55º | 0.28% | 0.41% | - |
| HSV(B) | 256.55º | 0.44% | 0.52% | - |
| XYZ | 11.06 | 8.95 | 23.33 | - |
| YUV | 86.4 | 154.3 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 75 | 133 | 0.32 | 0.44 | 0 | 0.48 | 256.55 | 0.28 | 0.41 |
| Hex | 5B | 4B | 85 | 20 | 2C | 0 | 30 | 101 | 1C | 29 |
| Octal | 133 | 113 | 205 | 40 | 54 | 0 | 60 | 401 | 34 | 51 |
| Binary | 1011011 | 1001011 | 10000101 | 100000 | 101100 | 0 | 110000 | 100000001 | 11100 | 101001 |
Color Harmonies of #5B4B85
Complementary color
Monochromatic Colors of #5B4B85
Black with #5B4B85
Text Example
Text Example
White with #5B4B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4B85; }
p { color: rgb(91,75,133); }
H1.HeaderClassName
{
color: #5B4B85;
}
.AnyTagClassName
{
color: #5B4B85;
}
</style>
background-color css
<style>
a { background-color: #5B4B85; }
a { background-color: rgb(91,75,133); }
div.DivClassName
{
background-color: #5B4B85;
}
.BgClassName
{
background-color: #5B4B85;
}
</style>
border-color css
<style>
span { border-color: #5B4B85; }
span { border-color: rgb(91,75,133); }
td.TdClassName
{
border-color: #5B4B85;
}
.TagClassName
{
border-color: #5B4B85;
}
</style>