Shades of Gigas #5B4383
Tints of Gigas #5B4383
RGB
CMYK
RGB Variations
Color information
#5B4383 (or 0x5B4383) is known color: Gigas. HEX triplet: 5B, 43 and 83. RGB value is (91,67,131). Sum of RGB (Red+Green+Blue) = 91+67+131=289 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.49% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 131 (51.56% from 255 or 45.33% from 289); Max value from RGB is 131 - color contains mainly: blue. Hex color #5B4383 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B4383 is #A4BC7C. Grayscale: #515151. Windows color (decimal): -10796157 or 8602459. OLE color: 8602459.
HSL color Cylindrical-coordinate representation of color #5B4383: hue angle of 262.5º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5B4383 is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 91 | 67 | 131 | - |
| CMYK | 0.31 | 0.49 | 0 | 0.49 |
| HSL | 262.5º | 0.32% | 0.39% | - |
| HSV(B) | 262.5º | 0.49% | 0.51% | - |
| XYZ | 10.42 | 7.88 | 22.44 | - |
| YUV | 81.47 | 155.95 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 67 | 131 | 0.31 | 0.49 | 0 | 0.49 | 262.5 | 0.32 | 0.39 |
| Hex | 5B | 43 | 83 | 1F | 31 | 0 | 31 | 106 | 20 | 27 |
| Octal | 133 | 103 | 203 | 37 | 61 | 0 | 61 | 406 | 40 | 47 |
| Binary | 1011011 | 1000011 | 10000011 | 11111 | 110001 | 0 | 110001 | 100000110 | 100000 | 100111 |
Color Harmonies of #5B4383
Complementary color
Monochromatic Colors of #5B4383
Black with #5B4383
Text Example
Text Example
White with #5B4383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4383; }
p { color: rgb(91,67,131); }
H1.HeaderClassName
{
color: #5B4383;
}
.AnyTagClassName
{
color: #5B4383;
}
</style>
background-color css
<style>
a { background-color: #5B4383; }
a { background-color: rgb(91,67,131); }
div.DivClassName
{
background-color: #5B4383;
}
.BgClassName
{
background-color: #5B4383;
}
</style>
border-color css
<style>
span { border-color: #5B4383; }
span { border-color: rgb(91,67,131); }
td.TdClassName
{
border-color: #5B4383;
}
.TagClassName
{
border-color: #5B4383;
}
</style>