Shades of Gigas #56428E
Tints of Gigas #56428E
RGB
CMYK
RGB Variations
Color information
#56428E (or 0x56428E) is known color: Gigas. HEX triplet: 56, 42 and 8E. RGB value is (86,66,142). Sum of RGB (Red+Green+Blue) = 86+66+142=294 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.25% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 142 (55.86% from 255 or 48.30% from 294); Max value from RGB is 142 - color contains mainly: blue. Hex color #56428E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56428E is #A9BD71. Grayscale: #505050. Windows color (decimal): -11124082 or 9323094. OLE color: 9323094.
HSL color Cylindrical-coordinate representation of color #56428E: hue angle of 255.79º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #56428E is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 86 | 66 | 142 | - |
| CMYK | 0.39 | 0.54 | 0 | 0.44 |
| HSL | 255.79º | 0.37% | 0.41% | - |
| HSV(B) | 255.79º | 0.54% | 0.56% | - |
| XYZ | 10.67 | 7.83 | 26.54 | - |
| YUV | 80.64 | 162.63 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 66 | 142 | 0.39 | 0.54 | 0 | 0.44 | 255.79 | 0.37 | 0.41 |
| Hex | 56 | 42 | 8E | 27 | 36 | 0 | 2C | 100 | 25 | 29 |
| Octal | 126 | 102 | 216 | 47 | 66 | 0 | 54 | 400 | 45 | 51 |
| Binary | 1010110 | 1000010 | 10001110 | 100111 | 110110 | 0 | 101100 | 100000000 | 100101 | 101001 |
Color Harmonies of #56428E
Complementary color
Monochromatic Colors of #56428E
Black with #56428E
Text Example
Text Example
White with #56428E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56428E; }
p { color: rgb(86,66,142); }
H1.HeaderClassName
{
color: #56428E;
}
.AnyTagClassName
{
color: #56428E;
}
</style>
background-color css
<style>
a { background-color: #56428E; }
a { background-color: rgb(86,66,142); }
div.DivClassName
{
background-color: #56428E;
}
.BgClassName
{
background-color: #56428E;
}
</style>
border-color css
<style>
span { border-color: #56428E; }
span { border-color: rgb(86,66,142); }
td.TdClassName
{
border-color: #56428E;
}
.TagClassName
{
border-color: #56428E;
}
</style>