Shades of Gigas #534387
Tints of Gigas #534387
RGB
CMYK
RGB Variations
Color information
#534387 (or 0x534387) is known color: Gigas. HEX triplet: 53, 43 and 87. RGB value is (83,67,135). Sum of RGB (Red+Green+Blue) = 83+67+135=285 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.12% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 135 (53.12% from 255 or 47.37% from 285); Max value from RGB is 135 - color contains mainly: blue. Hex color #534387 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534387 is #ACBC78. Grayscale: #4F4F4F. Windows color (decimal): -11320441 or 8864595. OLE color: 8864595.
HSL color Cylindrical-coordinate representation of color #534387: hue angle of 254.12º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #534387 is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 83 | 67 | 135 | - |
| CMYK | 0.39 | 0.50 | 0 | 0.47 |
| HSL | 254.12º | 0.34% | 0.4% | - |
| HSV(B) | 254.12º | 0.5% | 0.53% | - |
| XYZ | 9.95 | 7.6 | 23.86 | - |
| YUV | 79.54 | 159.3 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 67 | 135 | 0.39 | 0.50 | 0 | 0.47 | 254.12 | 0.34 | 0.4 |
| Hex | 53 | 43 | 87 | 27 | 32 | 0 | 2F | FE | 22 | 28 |
| Octal | 123 | 103 | 207 | 47 | 62 | 0 | 57 | 376 | 42 | 50 |
| Binary | 1010011 | 1000011 | 10000111 | 100111 | 110010 | 0 | 101111 | 11111110 | 100010 | 101000 |
Color Harmonies of #534387
Complementary color
Monochromatic Colors of #534387
Black with #534387
Text Example
Text Example
White with #534387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534387; }
p { color: rgb(83,67,135); }
H1.HeaderClassName
{
color: #534387;
}
.AnyTagClassName
{
color: #534387;
}
</style>
background-color css
<style>
a { background-color: #534387; }
a { background-color: rgb(83,67,135); }
div.DivClassName
{
background-color: #534387;
}
.BgClassName
{
background-color: #534387;
}
</style>
border-color css
<style>
span { border-color: #534387; }
span { border-color: rgb(83,67,135); }
td.TdClassName
{
border-color: #534387;
}
.TagClassName
{
border-color: #534387;
}
</style>