Shades of Gigas #534183
Tints of Gigas #534183
RGB
CMYK
RGB Variations
Color information
#534183 (or 0x534183) is known color: Gigas. HEX triplet: 53, 41 and 83. RGB value is (83,65,131). Sum of RGB (Red+Green+Blue) = 83+65+131=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 131 (51.56% from 255 or 46.95% from 279); Max value from RGB is 131 - color contains mainly: blue. Hex color #534183 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534183 is #ACBE7C. Grayscale: #4D4D4D. Windows color (decimal): -11320957 or 8601939. OLE color: 8601939.
HSL color Cylindrical-coordinate representation of color #534183: hue angle of 256.36º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #534183 is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 83 | 65 | 131 | - |
| CMYK | 0.37 | 0.50 | 0 | 0.49 |
| HSL | 256.36º | 0.34% | 0.38% | - |
| HSV(B) | 256.36º | 0.5% | 0.51% | - |
| XYZ | 9.55 | 7.26 | 22.37 | - |
| YUV | 77.91 | 157.96 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 65 | 131 | 0.37 | 0.50 | 0 | 0.49 | 256.36 | 0.34 | 0.38 |
| Hex | 53 | 41 | 83 | 25 | 32 | 0 | 31 | 100 | 22 | 26 |
| Octal | 123 | 101 | 203 | 45 | 62 | 0 | 61 | 400 | 42 | 46 |
| Binary | 1010011 | 1000001 | 10000011 | 100101 | 110010 | 0 | 110001 | 100000000 | 100010 | 100110 |
Color Harmonies of #534183
Complementary color
Monochromatic Colors of #534183
Black with #534183
Text Example
Text Example
White with #534183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534183; }
p { color: rgb(83,65,131); }
H1.HeaderClassName
{
color: #534183;
}
.AnyTagClassName
{
color: #534183;
}
</style>
background-color css
<style>
a { background-color: #534183; }
a { background-color: rgb(83,65,131); }
div.DivClassName
{
background-color: #534183;
}
.BgClassName
{
background-color: #534183;
}
</style>
border-color css
<style>
span { border-color: #534183; }
span { border-color: rgb(83,65,131); }
td.TdClassName
{
border-color: #534183;
}
.TagClassName
{
border-color: #534183;
}
</style>