Shades of Gigas #5D4583
Tints of Gigas #5D4583
RGB
CMYK
RGB Variations
Color information
#5D4583 (or 0x5D4583) is known color: Gigas. HEX triplet: 5D, 45 and 83. RGB value is (93,69,131). Sum of RGB (Red+Green+Blue) = 93+69+131=293 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.74% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 131 (51.56% from 255 or 44.71% from 293); Max value from RGB is 131 - color contains mainly: blue. Hex color #5D4583 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D4583 is #A2BA7C. Grayscale: #535353. Windows color (decimal): -10664573 or 8602973. OLE color: 8602973.
HSL color Cylindrical-coordinate representation of color #5D4583: hue angle of 263.23º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5D4583 is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 93 | 69 | 131 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.49 |
| HSL | 263.23º | 0.31% | 0.39% | - |
| HSV(B) | 263.23º | 0.47% | 0.51% | - |
| XYZ | 10.74 | 8.22 | 22.49 | - |
| YUV | 83.24 | 154.95 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 69 | 131 | 0.29 | 0.47 | 0 | 0.49 | 263.23 | 0.31 | 0.39 |
| Hex | 5D | 45 | 83 | 1D | 2F | 0 | 31 | 107 | 1F | 27 |
| Octal | 135 | 105 | 203 | 35 | 57 | 0 | 61 | 407 | 37 | 47 |
| Binary | 1011101 | 1000101 | 10000011 | 11101 | 101111 | 0 | 110001 | 100000111 | 11111 | 100111 |
Color Harmonies of #5D4583
Complementary color
Monochromatic Colors of #5D4583
Black with #5D4583
Text Example
Text Example
White with #5D4583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4583; }
p { color: rgb(93,69,131); }
H1.HeaderClassName
{
color: #5D4583;
}
.AnyTagClassName
{
color: #5D4583;
}
</style>
background-color css
<style>
a { background-color: #5D4583; }
a { background-color: rgb(93,69,131); }
div.DivClassName
{
background-color: #5D4583;
}
.BgClassName
{
background-color: #5D4583;
}
</style>
border-color css
<style>
span { border-color: #5D4583; }
span { border-color: rgb(93,69,131); }
td.TdClassName
{
border-color: #5D4583;
}
.TagClassName
{
border-color: #5D4583;
}
</style>