Shades of Gigas #56478C
Tints of Gigas #56478C
RGB
CMYK
RGB Variations
Color information
#56478C (or 0x56478C) is known color: Gigas. HEX triplet: 56, 47 and 8C. RGB value is (86,71,140). Sum of RGB (Red+Green+Blue) = 86+71+140=297 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.96% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 140 (55.08% from 255 or 47.14% from 297); Max value from RGB is 140 - color contains mainly: blue. Hex color #56478C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56478C is #A9B873. Grayscale: #535353. Windows color (decimal): -11122804 or 9193302. OLE color: 9193302.
HSL color Cylindrical-coordinate representation of color #56478C: hue angle of 253.04º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #56478C is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 71 | 140 | - |
| CMYK | 0.39 | 0.49 | 0 | 0.45 |
| HSL | 253.04º | 0.33% | 0.41% | - |
| HSV(B) | 253.04º | 0.49% | 0.55% | - |
| XYZ | 10.82 | 8.38 | 25.86 | - |
| YUV | 83.35 | 159.97 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 71 | 140 | 0.39 | 0.49 | 0 | 0.45 | 253.04 | 0.33 | 0.41 |
| Hex | 56 | 47 | 8C | 27 | 31 | 0 | 2D | FD | 21 | 29 |
| Octal | 126 | 107 | 214 | 47 | 61 | 0 | 55 | 375 | 41 | 51 |
| Binary | 1010110 | 1000111 | 10001100 | 100111 | 110001 | 0 | 101101 | 11111101 | 100001 | 101001 |
Color Harmonies of #56478C
Complementary color
Monochromatic Colors of #56478C
Black with #56478C
Text Example
Text Example
White with #56478C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56478C; }
p { color: rgb(86,71,140); }
H1.HeaderClassName
{
color: #56478C;
}
.AnyTagClassName
{
color: #56478C;
}
</style>
background-color css
<style>
a { background-color: #56478C; }
a { background-color: rgb(86,71,140); }
div.DivClassName
{
background-color: #56478C;
}
.BgClassName
{
background-color: #56478C;
}
</style>
border-color css
<style>
span { border-color: #56478C; }
span { border-color: rgb(86,71,140); }
td.TdClassName
{
border-color: #56478C;
}
.TagClassName
{
border-color: #56478C;
}
</style>