Shades of Gigas #56437C
Tints of Gigas #56437C
RGB
CMYK
RGB Variations
Color information
#56437C (or 0x56437C) is known color: Gigas. HEX triplet: 56, 43 and 7C. RGB value is (86,67,124). Sum of RGB (Red+Green+Blue) = 86+67+124=277 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.05% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 124 - color contains mainly: blue. Hex color #56437C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56437C is #A9BC83. Grayscale: #4E4E4E. Windows color (decimal): -11123844 or 8143702. OLE color: 8143702.
HSL color Cylindrical-coordinate representation of color #56437C: hue angle of 260º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #56437C is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 67 | 124 | - |
| CMYK | 0.31 | 0.46 | 0 | 0.51 |
| HSL | 260º | 0.3% | 0.37% | - |
| HSV(B) | 260º | 0.46% | 0.49% | - |
| XYZ | 9.48 | 7.45 | 20.01 | - |
| YUV | 79.18 | 153.29 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 67 | 124 | 0.31 | 0.46 | 0 | 0.51 | 260 | 0.3 | 0.37 |
| Hex | 56 | 43 | 7C | 1F | 2E | 0 | 33 | 104 | 1E | 25 |
| Octal | 126 | 103 | 174 | 37 | 56 | 0 | 63 | 404 | 36 | 45 |
| Binary | 1010110 | 1000011 | 1111100 | 11111 | 101110 | 0 | 110011 | 100000100 | 11110 | 100101 |
Color Harmonies of #56437C
Complementary color
Monochromatic Colors of #56437C
Black with #56437C
Text Example
Text Example
White with #56437C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56437C; }
p { color: rgb(86,67,124); }
H1.HeaderClassName
{
color: #56437C;
}
.AnyTagClassName
{
color: #56437C;
}
</style>
background-color css
<style>
a { background-color: #56437C; }
a { background-color: rgb(86,67,124); }
div.DivClassName
{
background-color: #56437C;
}
.BgClassName
{
background-color: #56437C;
}
</style>
border-color css
<style>
span { border-color: #56437C; }
span { border-color: rgb(86,67,124); }
td.TdClassName
{
border-color: #56437C;
}
.TagClassName
{
border-color: #56437C;
}
</style>