Shades of Gigas #56417D
Tints of Gigas #56417D
RGB
CMYK
RGB Variations
Color information
#56417D (or 0x56417D) is known color: Gigas. HEX triplet: 56, 41 and 7D. RGB value is (86,65,125). Sum of RGB (Red+Green+Blue) = 86+65+125=276 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.16% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 125 (49.22% from 255 or 45.29% from 276); Max value from RGB is 125 - color contains mainly: blue. Hex color #56417D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56417D is #A9BE82. Grayscale: #4D4D4D. Windows color (decimal): -11124355 or 8208726. OLE color: 8208726.
HSL color Cylindrical-coordinate representation of color #56417D: hue angle of 261º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #56417D is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 65 | 125 | - |
| CMYK | 0.31 | 0.48 | 0 | 0.51 |
| HSL | 261º | 0.32% | 0.37% | - |
| HSV(B) | 261º | 0.48% | 0.49% | - |
| XYZ | 9.43 | 7.24 | 20.3 | - |
| YUV | 78.12 | 154.46 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 65 | 125 | 0.31 | 0.48 | 0 | 0.51 | 261 | 0.32 | 0.37 |
| Hex | 56 | 41 | 7D | 1F | 30 | 0 | 33 | 105 | 20 | 25 |
| Octal | 126 | 101 | 175 | 37 | 60 | 0 | 63 | 405 | 40 | 45 |
| Binary | 1010110 | 1000001 | 1111101 | 11111 | 110000 | 0 | 110011 | 100000101 | 100000 | 100101 |
Color Harmonies of #56417D
Complementary color
Monochromatic Colors of #56417D
Black with #56417D
Text Example
Text Example
White with #56417D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56417D; }
p { color: rgb(86,65,125); }
H1.HeaderClassName
{
color: #56417D;
}
.AnyTagClassName
{
color: #56417D;
}
</style>
background-color css
<style>
a { background-color: #56417D; }
a { background-color: rgb(86,65,125); }
div.DivClassName
{
background-color: #56417D;
}
.BgClassName
{
background-color: #56417D;
}
</style>
border-color css
<style>
span { border-color: #56417D; }
span { border-color: rgb(86,65,125); }
td.TdClassName
{
border-color: #56417D;
}
.TagClassName
{
border-color: #56417D;
}
</style>