Shades of Gigas #534282
Tints of Gigas #534282
RGB
CMYK
RGB Variations
Color information
#534282 (or 0x534282) is known color: Gigas. HEX triplet: 53, 42 and 82. RGB value is (83,66,130). Sum of RGB (Red+Green+Blue) = 83+66+130=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 130 - color contains mainly: blue. Hex color #534282 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534282 is #ACBD7D. Grayscale: #4E4E4E. Windows color (decimal): -11320702 or 8536659. OLE color: 8536659.
HSL color Cylindrical-coordinate representation of color #534282: hue angle of 255.94º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #534282 is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 83 | 66 | 130 | - |
| CMYK | 0.36 | 0.49 | 0 | 0.49 |
| HSL | 255.94º | 0.33% | 0.38% | - |
| HSV(B) | 255.94º | 0.49% | 0.51% | - |
| XYZ | 9.54 | 7.35 | 22.03 | - |
| YUV | 78.38 | 157.13 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 66 | 130 | 0.36 | 0.49 | 0 | 0.49 | 255.94 | 0.33 | 0.38 |
| Hex | 53 | 42 | 82 | 24 | 31 | 0 | 31 | 100 | 21 | 26 |
| Octal | 123 | 102 | 202 | 44 | 61 | 0 | 61 | 400 | 41 | 46 |
| Binary | 1010011 | 1000010 | 10000010 | 100100 | 110001 | 0 | 110001 | 100000000 | 100001 | 100110 |
Color Harmonies of #534282
Complementary color
Monochromatic Colors of #534282
Black with #534282
Text Example
Text Example
White with #534282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534282; }
p { color: rgb(83,66,130); }
H1.HeaderClassName
{
color: #534282;
}
.AnyTagClassName
{
color: #534282;
}
</style>
background-color css
<style>
a { background-color: #534282; }
a { background-color: rgb(83,66,130); }
div.DivClassName
{
background-color: #534282;
}
.BgClassName
{
background-color: #534282;
}
</style>
border-color css
<style>
span { border-color: #534282; }
span { border-color: rgb(83,66,130); }
td.TdClassName
{
border-color: #534282;
}
.TagClassName
{
border-color: #534282;
}
</style>