Shades of Gigas #534588
Tints of Gigas #534588
RGB
CMYK
RGB Variations
Color information
#534588 (or 0x534588) is known color: Gigas. HEX triplet: 53, 45 and 88. RGB value is (83,69,136). Sum of RGB (Red+Green+Blue) = 83+69+136=288 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.82% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 136 (53.52% from 255 or 47.22% from 288); Max value from RGB is 136 - color contains mainly: blue. Hex color #534588 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534588 is #ACBA77. Grayscale: #505050. Windows color (decimal): -11319928 or 8930643. OLE color: 8930643.
HSL color Cylindrical-coordinate representation of color #534588: hue angle of 252.54º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #534588 is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 83 | 69 | 136 | - |
| CMYK | 0.39 | 0.49 | 0 | 0.47 |
| HSL | 252.54º | 0.33% | 0.4% | - |
| HSV(B) | 252.54º | 0.49% | 0.53% | - |
| XYZ | 10.14 | 7.87 | 24.28 | - |
| YUV | 80.82 | 159.14 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 69 | 136 | 0.39 | 0.49 | 0 | 0.47 | 252.54 | 0.33 | 0.4 |
| Hex | 53 | 45 | 88 | 27 | 31 | 0 | 2F | FD | 21 | 28 |
| Octal | 123 | 105 | 210 | 47 | 61 | 0 | 57 | 375 | 41 | 50 |
| Binary | 1010011 | 1000101 | 10001000 | 100111 | 110001 | 0 | 101111 | 11111101 | 100001 | 101000 |
Color Harmonies of #534588
Complementary color
Monochromatic Colors of #534588
Black with #534588
Text Example
Text Example
White with #534588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534588; }
p { color: rgb(83,69,136); }
H1.HeaderClassName
{
color: #534588;
}
.AnyTagClassName
{
color: #534588;
}
</style>
background-color css
<style>
a { background-color: #534588; }
a { background-color: rgb(83,69,136); }
div.DivClassName
{
background-color: #534588;
}
.BgClassName
{
background-color: #534588;
}
</style>
border-color css
<style>
span { border-color: #534588; }
span { border-color: rgb(83,69,136); }
td.TdClassName
{
border-color: #534588;
}
.TagClassName
{
border-color: #534588;
}
</style>