Shades of Gigas #56457F
Tints of Gigas #56457F
RGB
CMYK
RGB Variations
Color information
#56457F (or 0x56457F) is known color: Gigas. HEX triplet: 56, 45 and 7F. RGB value is (86,69,127). Sum of RGB (Red+Green+Blue) = 86+69+127=282 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.50% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 127 (50% from 255 or 45.04% from 282); Max value from RGB is 127 - color contains mainly: blue. Hex color #56457F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56457F is #A9BA80. Grayscale: #505050. Windows color (decimal): -11123329 or 8340822. OLE color: 8340822.
HSL color Cylindrical-coordinate representation of color #56457F: hue angle of 257.59º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #56457F is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 86 | 69 | 127 | - |
| CMYK | 0.32 | 0.46 | 0 | 0.50 |
| HSL | 257.59º | 0.3% | 0.38% | - |
| HSV(B) | 257.59º | 0.46% | 0.5% | - |
| XYZ | 9.8 | 7.77 | 21.06 | - |
| YUV | 80.7 | 154.13 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 69 | 127 | 0.32 | 0.46 | 0 | 0.50 | 257.59 | 0.3 | 0.38 |
| Hex | 56 | 45 | 7F | 20 | 2E | 0 | 32 | 102 | 1E | 26 |
| Octal | 126 | 105 | 177 | 40 | 56 | 0 | 62 | 402 | 36 | 46 |
| Binary | 1010110 | 1000101 | 1111111 | 100000 | 101110 | 0 | 110010 | 100000010 | 11110 | 100110 |
Color Harmonies of #56457F
Complementary color
Monochromatic Colors of #56457F
Black with #56457F
Text Example
Text Example
White with #56457F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56457F; }
p { color: rgb(86,69,127); }
H1.HeaderClassName
{
color: #56457F;
}
.AnyTagClassName
{
color: #56457F;
}
</style>
background-color css
<style>
a { background-color: #56457F; }
a { background-color: rgb(86,69,127); }
div.DivClassName
{
background-color: #56457F;
}
.BgClassName
{
background-color: #56457F;
}
</style>
border-color css
<style>
span { border-color: #56457F; }
span { border-color: rgb(86,69,127); }
td.TdClassName
{
border-color: #56457F;
}
.TagClassName
{
border-color: #56457F;
}
</style>