Shades of Gigas #564383
Tints of Gigas #564383
RGB
CMYK
RGB Variations
Color information
#564383 (or 0x564383) is known color: Gigas. HEX triplet: 56, 43 and 83. RGB value is (86,67,131). Sum of RGB (Red+Green+Blue) = 86+67+131=284 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.28% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 131 (51.56% from 255 or 46.13% from 284); Max value from RGB is 131 - color contains mainly: blue. Hex color #564383 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564383 is #A9BC7C. Grayscale: #4F4F4F. Windows color (decimal): -11123837 or 8602454. OLE color: 8602454.
HSL color Cylindrical-coordinate representation of color #564383: hue angle of 257.81º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #564383 is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 86 | 67 | 131 | - |
| CMYK | 0.34 | 0.49 | 0 | 0.49 |
| HSL | 257.81º | 0.32% | 0.39% | - |
| HSV(B) | 257.81º | 0.49% | 0.51% | - |
| XYZ | 9.94 | 7.63 | 22.42 | - |
| YUV | 79.98 | 156.79 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 67 | 131 | 0.34 | 0.49 | 0 | 0.49 | 257.81 | 0.32 | 0.39 |
| Hex | 56 | 43 | 83 | 22 | 31 | 0 | 31 | 102 | 20 | 27 |
| Octal | 126 | 103 | 203 | 42 | 61 | 0 | 61 | 402 | 40 | 47 |
| Binary | 1010110 | 1000011 | 10000011 | 100010 | 110001 | 0 | 110001 | 100000010 | 100000 | 100111 |
Color Harmonies of #564383
Complementary color
Monochromatic Colors of #564383
Black with #564383
Text Example
Text Example
White with #564383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564383; }
p { color: rgb(86,67,131); }
H1.HeaderClassName
{
color: #564383;
}
.AnyTagClassName
{
color: #564383;
}
</style>
background-color css
<style>
a { background-color: #564383; }
a { background-color: rgb(86,67,131); }
div.DivClassName
{
background-color: #564383;
}
.BgClassName
{
background-color: #564383;
}
</style>
border-color css
<style>
span { border-color: #564383; }
span { border-color: rgb(86,67,131); }
td.TdClassName
{
border-color: #564383;
}
.TagClassName
{
border-color: #564383;
}
</style>