Shades of Gigas #56438C
Tints of Gigas #56438C
RGB
CMYK
RGB Variations
Color information
#56438C (or 0x56438C) is known color: Gigas. HEX triplet: 56, 43 and 8C. RGB value is (86,67,140). Sum of RGB (Red+Green+Blue) = 86+67+140=293 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.35% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 140 (55.08% from 255 or 47.78% from 293); Max value from RGB is 140 - color contains mainly: blue. Hex color #56438C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56438C is #A9BC73. Grayscale: #505050. Windows color (decimal): -11123828 or 9192278. OLE color: 9192278.
HSL color Cylindrical-coordinate representation of color #56438C: hue angle of 255.62º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #56438C is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 67 | 140 | - |
| CMYK | 0.39 | 0.52 | 0 | 0.45 |
| HSL | 255.62º | 0.35% | 0.41% | - |
| HSV(B) | 255.62º | 0.52% | 0.55% | - |
| XYZ | 10.58 | 7.89 | 25.78 | - |
| YUV | 81 | 161.29 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 67 | 140 | 0.39 | 0.52 | 0 | 0.45 | 255.62 | 0.35 | 0.41 |
| Hex | 56 | 43 | 8C | 27 | 34 | 0 | 2D | 100 | 23 | 29 |
| Octal | 126 | 103 | 214 | 47 | 64 | 0 | 55 | 400 | 43 | 51 |
| Binary | 1010110 | 1000011 | 10001100 | 100111 | 110100 | 0 | 101101 | 100000000 | 100011 | 101001 |
Color Harmonies of #56438C
Complementary color
Monochromatic Colors of #56438C
Black with #56438C
Text Example
Text Example
White with #56438C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56438C; }
p { color: rgb(86,67,140); }
H1.HeaderClassName
{
color: #56438C;
}
.AnyTagClassName
{
color: #56438C;
}
</style>
background-color css
<style>
a { background-color: #56438C; }
a { background-color: rgb(86,67,140); }
div.DivClassName
{
background-color: #56438C;
}
.BgClassName
{
background-color: #56438C;
}
</style>
border-color css
<style>
span { border-color: #56438C; }
span { border-color: rgb(86,67,140); }
td.TdClassName
{
border-color: #56438C;
}
.TagClassName
{
border-color: #56438C;
}
</style>