Shades of Gigas #534185
Tints of Gigas #534185
RGB
CMYK
RGB Variations
Color information
#534185 (or 0x534185) is known color: Gigas. HEX triplet: 53, 41 and 85. RGB value is (83,65,133). Sum of RGB (Red+Green+Blue) = 83+65+133=281 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.54% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 133 (52.34% from 255 or 47.33% from 281); Max value from RGB is 133 - color contains mainly: blue. Hex color #534185 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534185 is #ACBE7A. Grayscale: #4D4D4D. Windows color (decimal): -11320955 or 8733011. OLE color: 8733011.
HSL color Cylindrical-coordinate representation of color #534185: hue angle of 255.88º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #534185 is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 83 | 65 | 133 | - |
| CMYK | 0.38 | 0.51 | 0 | 0.48 |
| HSL | 255.88º | 0.34% | 0.39% | - |
| HSV(B) | 255.88º | 0.51% | 0.52% | - |
| XYZ | 9.69 | 7.31 | 23.09 | - |
| YUV | 78.13 | 158.96 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 65 | 133 | 0.38 | 0.51 | 0 | 0.48 | 255.88 | 0.34 | 0.39 |
| Hex | 53 | 41 | 85 | 26 | 33 | 0 | 30 | 100 | 22 | 27 |
| Octal | 123 | 101 | 205 | 46 | 63 | 0 | 60 | 400 | 42 | 47 |
| Binary | 1010011 | 1000001 | 10000101 | 100110 | 110011 | 0 | 110000 | 100000000 | 100010 | 100111 |
Color Harmonies of #534185
Complementary color
Monochromatic Colors of #534185
Black with #534185
Text Example
Text Example
White with #534185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534185; }
p { color: rgb(83,65,133); }
H1.HeaderClassName
{
color: #534185;
}
.AnyTagClassName
{
color: #534185;
}
</style>
background-color css
<style>
a { background-color: #534185; }
a { background-color: rgb(83,65,133); }
div.DivClassName
{
background-color: #534185;
}
.BgClassName
{
background-color: #534185;
}
</style>
border-color css
<style>
span { border-color: #534185; }
span { border-color: rgb(83,65,133); }
td.TdClassName
{
border-color: #534185;
}
.TagClassName
{
border-color: #534185;
}
</style>