Shades of Gigas #56437A
Tints of Gigas #56437A
RGB
CMYK
RGB Variations
Color information
#56437A (or 0x56437A) is known color: Gigas. HEX triplet: 56, 43 and 7A. RGB value is (86,67,122). Sum of RGB (Red+Green+Blue) = 86+67+122=275 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.27% from 275); Green value is 67 (26.56% from 255 or 24.36% from 275); Blue value is 122 (48.05% from 255 or 44.36% from 275); Max value from RGB is 122 - color contains mainly: blue. Hex color #56437A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56437A is #A9BC85. Grayscale: #4E4E4E. Windows color (decimal): -11123846 or 8012630. OLE color: 8012630.
HSL color Cylindrical-coordinate representation of color #56437A: hue angle of 260.73º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #56437A is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 86 | 67 | 122 | - |
| CMYK | 0.30 | 0.45 | 0 | 0.52 |
| HSL | 260.73º | 0.29% | 0.37% | - |
| HSV(B) | 260.73º | 0.45% | 0.48% | - |
| XYZ | 9.36 | 7.4 | 19.35 | - |
| YUV | 78.95 | 152.29 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 67 | 122 | 0.30 | 0.45 | 0 | 0.52 | 260.73 | 0.29 | 0.37 |
| Hex | 56 | 43 | 7A | 1E | 2D | 0 | 34 | 105 | 1D | 25 |
| Octal | 126 | 103 | 172 | 36 | 55 | 0 | 64 | 405 | 35 | 45 |
| Binary | 1010110 | 1000011 | 1111010 | 11110 | 101101 | 0 | 110100 | 100000101 | 11101 | 100101 |
Color Harmonies of #56437A
Complementary color
Monochromatic Colors of #56437A
Black with #56437A
Text Example
Text Example
White with #56437A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56437A; }
p { color: rgb(86,67,122); }
H1.HeaderClassName
{
color: #56437A;
}
.AnyTagClassName
{
color: #56437A;
}
</style>
background-color css
<style>
a { background-color: #56437A; }
a { background-color: rgb(86,67,122); }
div.DivClassName
{
background-color: #56437A;
}
.BgClassName
{
background-color: #56437A;
}
</style>
border-color css
<style>
span { border-color: #56437A; }
span { border-color: rgb(86,67,122); }
td.TdClassName
{
border-color: #56437A;
}
.TagClassName
{
border-color: #56437A;
}
</style>