Shades of Gigas #534384
Tints of Gigas #534384
RGB
CMYK
RGB Variations
Color information
#534384 (or 0x534384) is known color: Gigas. HEX triplet: 53, 43 and 84. RGB value is (83,67,132). Sum of RGB (Red+Green+Blue) = 83+67+132=282 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.43% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 132 (51.95% from 255 or 46.81% from 282); Max value from RGB is 132 - color contains mainly: blue. Hex color #534384 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534384 is #ACBC7B. Grayscale: #4E4E4E. Windows color (decimal): -11320444 or 8667987. OLE color: 8667987.
HSL color Cylindrical-coordinate representation of color #534384: hue angle of 254.77º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #534384 is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 83 | 67 | 132 | - |
| CMYK | 0.37 | 0.49 | 0 | 0.48 |
| HSL | 254.77º | 0.33% | 0.39% | - |
| HSV(B) | 254.77º | 0.49% | 0.52% | - |
| XYZ | 9.74 | 7.52 | 22.77 | - |
| YUV | 79.19 | 157.8 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 67 | 132 | 0.37 | 0.49 | 0 | 0.48 | 254.77 | 0.33 | 0.39 |
| Hex | 53 | 43 | 84 | 25 | 31 | 0 | 30 | FF | 21 | 27 |
| Octal | 123 | 103 | 204 | 45 | 61 | 0 | 60 | 377 | 41 | 47 |
| Binary | 1010011 | 1000011 | 10000100 | 100101 | 110001 | 0 | 110000 | 11111111 | 100001 | 100111 |
Color Harmonies of #534384
Complementary color
Monochromatic Colors of #534384
Black with #534384
Text Example
Text Example
White with #534384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534384; }
p { color: rgb(83,67,132); }
H1.HeaderClassName
{
color: #534384;
}
.AnyTagClassName
{
color: #534384;
}
</style>
background-color css
<style>
a { background-color: #534384; }
a { background-color: rgb(83,67,132); }
div.DivClassName
{
background-color: #534384;
}
.BgClassName
{
background-color: #534384;
}
</style>
border-color css
<style>
span { border-color: #534384; }
span { border-color: rgb(83,67,132); }
td.TdClassName
{
border-color: #534384;
}
.TagClassName
{
border-color: #534384;
}
</style>