Shades of Gigas #56438F
Tints of Gigas #56438F
RGB
CMYK
RGB Variations
Color information
#56438F (or 0x56438F) is known color: Gigas. HEX triplet: 56, 43 and 8F. RGB value is (86,67,143). Sum of RGB (Red+Green+Blue) = 86+67+143=296 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.05% from 296); Green value is 67 (26.56% from 255 or 22.64% from 296); Blue value is 143 (56.25% from 255 or 48.31% from 296); Max value from RGB is 143 - color contains mainly: blue. Hex color #56438F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56438F is #A9BC70. Grayscale: #515151. Windows color (decimal): -11123825 or 9388886. OLE color: 9388886.
HSL color Cylindrical-coordinate representation of color #56438F: hue angle of 255º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #56438F is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 86 | 67 | 143 | - |
| CMYK | 0.40 | 0.53 | 0 | 0.44 |
| HSL | 255º | 0.36% | 0.41% | - |
| HSV(B) | 255º | 0.53% | 0.56% | - |
| XYZ | 10.8 | 7.98 | 26.96 | - |
| YUV | 81.35 | 162.79 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 67 | 143 | 0.40 | 0.53 | 0 | 0.44 | 255 | 0.36 | 0.41 |
| Hex | 56 | 43 | 8F | 28 | 35 | 0 | 2C | FF | 24 | 29 |
| Octal | 126 | 103 | 217 | 50 | 65 | 0 | 54 | 377 | 44 | 51 |
| Binary | 1010110 | 1000011 | 10001111 | 101000 | 110101 | 0 | 101100 | 11111111 | 100100 | 101001 |
Color Harmonies of #56438F
Complementary color
Monochromatic Colors of #56438F
Black with #56438F
Text Example
Text Example
White with #56438F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56438F; }
p { color: rgb(86,67,143); }
H1.HeaderClassName
{
color: #56438F;
}
.AnyTagClassName
{
color: #56438F;
}
</style>
background-color css
<style>
a { background-color: #56438F; }
a { background-color: rgb(86,67,143); }
div.DivClassName
{
background-color: #56438F;
}
.BgClassName
{
background-color: #56438F;
}
</style>
border-color css
<style>
span { border-color: #56438F; }
span { border-color: rgb(86,67,143); }
td.TdClassName
{
border-color: #56438F;
}
.TagClassName
{
border-color: #56438F;
}
</style>