Shades of Gigas #56448C
Tints of Gigas #56448C
RGB
CMYK
RGB Variations
Color information
#56448C (or 0x56448C) is known color: Gigas. HEX triplet: 56, 44 and 8C. RGB value is (86,68,140). Sum of RGB (Red+Green+Blue) = 86+68+140=294 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.25% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 140 (55.08% from 255 or 47.62% from 294); Max value from RGB is 140 - color contains mainly: blue. Hex color #56448C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56448C is #A9BB73. Grayscale: #515151. Windows color (decimal): -11123572 or 9192534. OLE color: 9192534.
HSL color Cylindrical-coordinate representation of color #56448C: hue angle of 255º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #56448C is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 68 | 140 | - |
| CMYK | 0.39 | 0.51 | 0 | 0.45 |
| HSL | 255º | 0.35% | 0.41% | - |
| HSV(B) | 255º | 0.51% | 0.55% | - |
| XYZ | 10.64 | 8.01 | 25.8 | - |
| YUV | 81.59 | 160.96 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 68 | 140 | 0.39 | 0.51 | 0 | 0.45 | 255 | 0.35 | 0.41 |
| Hex | 56 | 44 | 8C | 27 | 33 | 0 | 2D | FF | 23 | 29 |
| Octal | 126 | 104 | 214 | 47 | 63 | 0 | 55 | 377 | 43 | 51 |
| Binary | 1010110 | 1000100 | 10001100 | 100111 | 110011 | 0 | 101101 | 11111111 | 100011 | 101001 |
Color Harmonies of #56448C
Complementary color
Monochromatic Colors of #56448C
Black with #56448C
Text Example
Text Example
White with #56448C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56448C; }
p { color: rgb(86,68,140); }
H1.HeaderClassName
{
color: #56448C;
}
.AnyTagClassName
{
color: #56448C;
}
</style>
background-color css
<style>
a { background-color: #56448C; }
a { background-color: rgb(86,68,140); }
div.DivClassName
{
background-color: #56448C;
}
.BgClassName
{
background-color: #56448C;
}
</style>
border-color css
<style>
span { border-color: #56448C; }
span { border-color: rgb(86,68,140); }
td.TdClassName
{
border-color: #56448C;
}
.TagClassName
{
border-color: #56448C;
}
</style>