Shades of Gigas #56457D
Tints of Gigas #56457D
RGB
CMYK
RGB Variations
Color information
#56457D (or 0x56457D) is known color: Gigas. HEX triplet: 56, 45 and 7D. RGB value is (86,69,125). Sum of RGB (Red+Green+Blue) = 86+69+125=280 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.71% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 125 (49.22% from 255 or 44.64% from 280); Max value from RGB is 125 - color contains mainly: blue. Hex color #56457D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56457D is #A9BA82. Grayscale: #505050. Windows color (decimal): -11123331 or 8209750. OLE color: 8209750.
HSL color Cylindrical-coordinate representation of color #56457D: hue angle of 258.21º 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 #56457D is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 69 | 125 | - |
| CMYK | 0.31 | 0.45 | 0 | 0.51 |
| HSL | 258.21º | 0.29% | 0.38% | - |
| HSV(B) | 258.21º | 0.45% | 0.49% | - |
| XYZ | 9.67 | 7.72 | 20.38 | - |
| YUV | 80.47 | 153.13 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 69 | 125 | 0.31 | 0.45 | 0 | 0.51 | 258.21 | 0.29 | 0.38 |
| Hex | 56 | 45 | 7D | 1F | 2D | 0 | 33 | 102 | 1D | 26 |
| Octal | 126 | 105 | 175 | 37 | 55 | 0 | 63 | 402 | 35 | 46 |
| Binary | 1010110 | 1000101 | 1111101 | 11111 | 101101 | 0 | 110011 | 100000010 | 11101 | 100110 |
Color Harmonies of #56457D
Complementary color
Monochromatic Colors of #56457D
Black with #56457D
Text Example
Text Example
White with #56457D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56457D; }
p { color: rgb(86,69,125); }
H1.HeaderClassName
{
color: #56457D;
}
.AnyTagClassName
{
color: #56457D;
}
</style>
background-color css
<style>
a { background-color: #56457D; }
a { background-color: rgb(86,69,125); }
div.DivClassName
{
background-color: #56457D;
}
.BgClassName
{
background-color: #56457D;
}
</style>
border-color css
<style>
span { border-color: #56457D; }
span { border-color: rgb(86,69,125); }
td.TdClassName
{
border-color: #56457D;
}
.TagClassName
{
border-color: #56457D;
}
</style>