Shades of Gigas #56437F
Tints of Gigas #56437F
RGB
CMYK
RGB Variations
Color information
#56437F (or 0x56437F) is known color: Gigas. HEX triplet: 56, 43 and 7F. RGB value is (86,67,127). Sum of RGB (Red+Green+Blue) = 86+67+127=280 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.71% from 280); Green value is 67 (26.56% from 255 or 23.93% from 280); Blue value is 127 (50% from 255 or 45.36% from 280); Max value from RGB is 127 - color contains mainly: blue. Hex color #56437F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56437F is #A9BC80. Grayscale: #4F4F4F. Windows color (decimal): -11123841 or 8340310. OLE color: 8340310.
HSL color Cylindrical-coordinate representation of color #56437F: hue angle of 259º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #56437F is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 86 | 67 | 127 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.50 |
| HSL | 259º | 0.31% | 0.38% | - |
| HSV(B) | 259º | 0.47% | 0.5% | - |
| XYZ | 9.68 | 7.53 | 21.02 | - |
| YUV | 79.52 | 154.79 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 67 | 127 | 0.32 | 0.47 | 0 | 0.50 | 259 | 0.31 | 0.38 |
| Hex | 56 | 43 | 7F | 20 | 2F | 0 | 32 | 103 | 1F | 26 |
| Octal | 126 | 103 | 177 | 40 | 57 | 0 | 62 | 403 | 37 | 46 |
| Binary | 1010110 | 1000011 | 1111111 | 100000 | 101111 | 0 | 110010 | 100000011 | 11111 | 100110 |
Color Harmonies of #56437F
Complementary color
Monochromatic Colors of #56437F
Black with #56437F
Text Example
Text Example
White with #56437F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56437F; }
p { color: rgb(86,67,127); }
H1.HeaderClassName
{
color: #56437F;
}
.AnyTagClassName
{
color: #56437F;
}
</style>
background-color css
<style>
a { background-color: #56437F; }
a { background-color: rgb(86,67,127); }
div.DivClassName
{
background-color: #56437F;
}
.BgClassName
{
background-color: #56437F;
}
</style>
border-color css
<style>
span { border-color: #56437F; }
span { border-color: rgb(86,67,127); }
td.TdClassName
{
border-color: #56437F;
}
.TagClassName
{
border-color: #56437F;
}
</style>