Shades of Gigas #56427D
Tints of Gigas #56427D
RGB
CMYK
RGB Variations
Color information
#56427D (or 0x56427D) is known color: Gigas. HEX triplet: 56, 42 and 7D. RGB value is (86,66,125). Sum of RGB (Red+Green+Blue) = 86+66+125=277 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.05% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 125 (49.22% from 255 or 45.13% from 277); Max value from RGB is 125 - color contains mainly: blue. Hex color #56427D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56427D is #A9BD82. Grayscale: #4E4E4E. Windows color (decimal): -11124099 or 8208982. OLE color: 8208982.
HSL color Cylindrical-coordinate representation of color #56427D: hue angle of 260.34º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #56427D is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 66 | 125 | - |
| CMYK | 0.31 | 0.47 | 0 | 0.51 |
| HSL | 260.34º | 0.31% | 0.37% | - |
| HSV(B) | 260.34º | 0.47% | 0.49% | - |
| XYZ | 9.49 | 7.36 | 20.32 | - |
| YUV | 78.71 | 154.13 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 66 | 125 | 0.31 | 0.47 | 0 | 0.51 | 260.34 | 0.31 | 0.37 |
| Hex | 56 | 42 | 7D | 1F | 2F | 0 | 33 | 104 | 1F | 25 |
| Octal | 126 | 102 | 175 | 37 | 57 | 0 | 63 | 404 | 37 | 45 |
| Binary | 1010110 | 1000010 | 1111101 | 11111 | 101111 | 0 | 110011 | 100000100 | 11111 | 100101 |
Color Harmonies of #56427D
Complementary color
Monochromatic Colors of #56427D
Black with #56427D
Text Example
Text Example
White with #56427D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56427D; }
p { color: rgb(86,66,125); }
H1.HeaderClassName
{
color: #56427D;
}
.AnyTagClassName
{
color: #56427D;
}
</style>
background-color css
<style>
a { background-color: #56427D; }
a { background-color: rgb(86,66,125); }
div.DivClassName
{
background-color: #56427D;
}
.BgClassName
{
background-color: #56427D;
}
</style>
border-color css
<style>
span { border-color: #56427D; }
span { border-color: rgb(86,66,125); }
td.TdClassName
{
border-color: #56427D;
}
.TagClassName
{
border-color: #56427D;
}
</style>