Shades of Gigas #56458D
Tints of Gigas #56458D
RGB
CMYK
RGB Variations
Color information
#56458D (or 0x56458D) is known color: Gigas. HEX triplet: 56, 45 and 8D. RGB value is (86,69,141). Sum of RGB (Red+Green+Blue) = 86+69+141=296 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.05% from 296); Green value is 69 (27.34% from 255 or 23.31% from 296); Blue value is 141 (55.47% from 255 or 47.64% from 296); Max value from RGB is 141 - color contains mainly: blue. Hex color #56458D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56458D is #A9BA72. Grayscale: #525252. Windows color (decimal): -11123315 or 9258326. OLE color: 9258326.
HSL color Cylindrical-coordinate representation of color #56458D: hue angle of 254.17º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #56458D is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 69 | 141 | - |
| CMYK | 0.39 | 0.51 | 0 | 0.45 |
| HSL | 254.17º | 0.34% | 0.41% | - |
| HSV(B) | 254.17º | 0.51% | 0.55% | - |
| XYZ | 10.77 | 8.16 | 26.21 | - |
| YUV | 82.29 | 161.13 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 69 | 141 | 0.39 | 0.51 | 0 | 0.45 | 254.17 | 0.34 | 0.41 |
| Hex | 56 | 45 | 8D | 27 | 33 | 0 | 2D | FE | 22 | 29 |
| Octal | 126 | 105 | 215 | 47 | 63 | 0 | 55 | 376 | 42 | 51 |
| Binary | 1010110 | 1000101 | 10001101 | 100111 | 110011 | 0 | 101101 | 11111110 | 100010 | 101001 |
Color Harmonies of #56458D
Complementary color
Monochromatic Colors of #56458D
Black with #56458D
Text Example
Text Example
White with #56458D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56458D; }
p { color: rgb(86,69,141); }
H1.HeaderClassName
{
color: #56458D;
}
.AnyTagClassName
{
color: #56458D;
}
</style>
background-color css
<style>
a { background-color: #56458D; }
a { background-color: rgb(86,69,141); }
div.DivClassName
{
background-color: #56458D;
}
.BgClassName
{
background-color: #56458D;
}
</style>
border-color css
<style>
span { border-color: #56458D; }
span { border-color: rgb(86,69,141); }
td.TdClassName
{
border-color: #56458D;
}
.TagClassName
{
border-color: #56458D;
}
</style>