Shades of Gigas #56457E
Tints of Gigas #56457E
RGB
CMYK
RGB Variations
Color information
#56457E (or 0x56457E) is known color: Gigas. HEX triplet: 56, 45 and 7E. RGB value is (86,69,126). Sum of RGB (Red+Green+Blue) = 86+69+126=281 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.60% from 281); Green value is 69 (27.34% from 255 or 24.56% from 281); Blue value is 126 (49.61% from 255 or 44.84% from 281); Max value from RGB is 126 - color contains mainly: blue. Hex color #56457E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56457E is #A9BA81. Grayscale: #505050. Windows color (decimal): -11123330 or 8275286. OLE color: 8275286.
HSL color Cylindrical-coordinate representation of color #56457E: hue angle of 257.89º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #56457E is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 69 | 126 | - |
| CMYK | 0.32 | 0.45 | 0 | 0.51 |
| HSL | 257.89º | 0.29% | 0.38% | - |
| HSV(B) | 257.89º | 0.45% | 0.49% | - |
| XYZ | 9.73 | 7.74 | 20.72 | - |
| YUV | 80.58 | 153.63 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 69 | 126 | 0.32 | 0.45 | 0 | 0.51 | 257.89 | 0.29 | 0.38 |
| Hex | 56 | 45 | 7E | 20 | 2D | 0 | 33 | 102 | 1D | 26 |
| Octal | 126 | 105 | 176 | 40 | 55 | 0 | 63 | 402 | 35 | 46 |
| Binary | 1010110 | 1000101 | 1111110 | 100000 | 101101 | 0 | 110011 | 100000010 | 11101 | 100110 |
Color Harmonies of #56457E
Complementary color
Monochromatic Colors of #56457E
Black with #56457E
Text Example
Text Example
White with #56457E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56457E; }
p { color: rgb(86,69,126); }
H1.HeaderClassName
{
color: #56457E;
}
.AnyTagClassName
{
color: #56457E;
}
</style>
background-color css
<style>
a { background-color: #56457E; }
a { background-color: rgb(86,69,126); }
div.DivClassName
{
background-color: #56457E;
}
.BgClassName
{
background-color: #56457E;
}
</style>
border-color css
<style>
span { border-color: #56457E; }
span { border-color: rgb(86,69,126); }
td.TdClassName
{
border-color: #56457E;
}
.TagClassName
{
border-color: #56457E;
}
</style>