Shades of Gigas #56427C
Tints of Gigas #56427C
RGB
CMYK
RGB Variations
Color information
#56427C (or 0x56427C) is known color: Gigas. HEX triplet: 56, 42 and 7C. RGB value is (86,66,124). Sum of RGB (Red+Green+Blue) = 86+66+124=276 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.16% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 124 - color contains mainly: blue. Hex color #56427C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56427C is #A9BD83. Grayscale: #4E4E4E. Windows color (decimal): -11124100 or 8143446. OLE color: 8143446.
HSL color Cylindrical-coordinate representation of color #56427C: hue angle of 260.69º 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 #56427C is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 66 | 124 | - |
| CMYK | 0.31 | 0.47 | 0 | 0.51 |
| HSL | 260.69º | 0.31% | 0.37% | - |
| HSV(B) | 260.69º | 0.47% | 0.49% | - |
| XYZ | 9.42 | 7.33 | 19.99 | - |
| YUV | 78.59 | 153.63 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 66 | 124 | 0.31 | 0.47 | 0 | 0.51 | 260.69 | 0.31 | 0.37 |
| Hex | 56 | 42 | 7C | 1F | 2F | 0 | 33 | 105 | 1F | 25 |
| Octal | 126 | 102 | 174 | 37 | 57 | 0 | 63 | 405 | 37 | 45 |
| Binary | 1010110 | 1000010 | 1111100 | 11111 | 101111 | 0 | 110011 | 100000101 | 11111 | 100101 |
Color Harmonies of #56427C
Complementary color
Monochromatic Colors of #56427C
Black with #56427C
Text Example
Text Example
White with #56427C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56427C; }
p { color: rgb(86,66,124); }
H1.HeaderClassName
{
color: #56427C;
}
.AnyTagClassName
{
color: #56427C;
}
</style>
background-color css
<style>
a { background-color: #56427C; }
a { background-color: rgb(86,66,124); }
div.DivClassName
{
background-color: #56427C;
}
.BgClassName
{
background-color: #56427C;
}
</style>
border-color css
<style>
span { border-color: #56427C; }
span { border-color: rgb(86,66,124); }
td.TdClassName
{
border-color: #56427C;
}
.TagClassName
{
border-color: #56427C;
}
</style>