Shades of Gigas #56458B
Tints of Gigas #56458B
RGB
CMYK
RGB Variations
Color information
#56458B (or 0x56458B) is known color: Gigas. HEX triplet: 56, 45 and 8B. RGB value is (86,69,139). Sum of RGB (Red+Green+Blue) = 86+69+139=294 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.25% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 139 (54.69% from 255 or 47.28% from 294); Max value from RGB is 139 - color contains mainly: blue. Hex color #56458B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56458B is #A9BA74. Grayscale: #515151. Windows color (decimal): -11123317 or 9127254. OLE color: 9127254.
HSL color Cylindrical-coordinate representation of color #56458B: hue angle of 254.57º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #56458B is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 69 | 139 | - |
| CMYK | 0.38 | 0.50 | 0 | 0.45 |
| HSL | 254.57º | 0.34% | 0.41% | - |
| HSV(B) | 254.57º | 0.5% | 0.55% | - |
| XYZ | 10.63 | 8.1 | 25.43 | - |
| YUV | 82.06 | 160.13 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 69 | 139 | 0.38 | 0.50 | 0 | 0.45 | 254.57 | 0.34 | 0.41 |
| Hex | 56 | 45 | 8B | 26 | 32 | 0 | 2D | FF | 22 | 29 |
| Octal | 126 | 105 | 213 | 46 | 62 | 0 | 55 | 377 | 42 | 51 |
| Binary | 1010110 | 1000101 | 10001011 | 100110 | 110010 | 0 | 101101 | 11111111 | 100010 | 101001 |
Color Harmonies of #56458B
Complementary color
Monochromatic Colors of #56458B
Black with #56458B
Text Example
Text Example
White with #56458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56458B; }
p { color: rgb(86,69,139); }
H1.HeaderClassName
{
color: #56458B;
}
.AnyTagClassName
{
color: #56458B;
}
</style>
background-color css
<style>
a { background-color: #56458B; }
a { background-color: rgb(86,69,139); }
div.DivClassName
{
background-color: #56458B;
}
.BgClassName
{
background-color: #56458B;
}
</style>
border-color css
<style>
span { border-color: #56458B; }
span { border-color: rgb(86,69,139); }
td.TdClassName
{
border-color: #56458B;
}
.TagClassName
{
border-color: #56458B;
}
</style>