Shades of Gigas #56458C
Tints of Gigas #56458C
RGB
CMYK
RGB Variations
Color information
#56458C (or 0x56458C) is known color: Gigas. HEX triplet: 56, 45 and 8C. RGB value is (86,69,140). Sum of RGB (Red+Green+Blue) = 86+69+140=295 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.15% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 140 (55.08% from 255 or 47.46% from 295); Max value from RGB is 140 - color contains mainly: blue. Hex color #56458C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56458C is #A9BA73. Grayscale: #515151. Windows color (decimal): -11123316 or 9192790. OLE color: 9192790.
HSL color Cylindrical-coordinate representation of color #56458C: hue angle of 254.37º degrees, saturation: 0.34, 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 #56458C is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 69 | 140 | - |
| CMYK | 0.39 | 0.51 | 0 | 0.45 |
| HSL | 254.37º | 0.34% | 0.41% | - |
| HSV(B) | 254.37º | 0.51% | 0.55% | - |
| XYZ | 10.7 | 8.13 | 25.82 | - |
| YUV | 82.18 | 160.63 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 69 | 140 | 0.39 | 0.51 | 0 | 0.45 | 254.37 | 0.34 | 0.41 |
| Hex | 56 | 45 | 8C | 27 | 33 | 0 | 2D | FE | 22 | 29 |
| Octal | 126 | 105 | 214 | 47 | 63 | 0 | 55 | 376 | 42 | 51 |
| Binary | 1010110 | 1000101 | 10001100 | 100111 | 110011 | 0 | 101101 | 11111110 | 100010 | 101001 |
Color Harmonies of #56458C
Complementary color
Monochromatic Colors of #56458C
Black with #56458C
Text Example
Text Example
White with #56458C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56458C; }
p { color: rgb(86,69,140); }
H1.HeaderClassName
{
color: #56458C;
}
.AnyTagClassName
{
color: #56458C;
}
</style>
background-color css
<style>
a { background-color: #56458C; }
a { background-color: rgb(86,69,140); }
div.DivClassName
{
background-color: #56458C;
}
.BgClassName
{
background-color: #56458C;
}
</style>
border-color css
<style>
span { border-color: #56458C; }
span { border-color: rgb(86,69,140); }
td.TdClassName
{
border-color: #56458C;
}
.TagClassName
{
border-color: #56458C;
}
</style>