Shades of Gigas #534283
Tints of Gigas #534283
RGB
CMYK
RGB Variations
Color information
#534283 (or 0x534283) is known color: Gigas. HEX triplet: 53, 42 and 83. RGB value is (83,66,131). Sum of RGB (Red+Green+Blue) = 83+66+131=280 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.64% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 131 (51.56% from 255 or 46.79% from 280); Max value from RGB is 131 - color contains mainly: blue. Hex color #534283 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534283 is #ACBD7C. Grayscale: #4E4E4E. Windows color (decimal): -11320701 or 8602195. OLE color: 8602195.
HSL color Cylindrical-coordinate representation of color #534283: hue angle of 255.69º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #534283 is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 83 | 66 | 131 | - |
| CMYK | 0.37 | 0.50 | 0 | 0.49 |
| HSL | 255.69º | 0.33% | 0.39% | - |
| HSV(B) | 255.69º | 0.5% | 0.51% | - |
| XYZ | 9.61 | 7.37 | 22.39 | - |
| YUV | 78.49 | 157.63 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 66 | 131 | 0.37 | 0.50 | 0 | 0.49 | 255.69 | 0.33 | 0.39 |
| Hex | 53 | 42 | 83 | 25 | 32 | 0 | 31 | 100 | 21 | 27 |
| Octal | 123 | 102 | 203 | 45 | 62 | 0 | 61 | 400 | 41 | 47 |
| Binary | 1010011 | 1000010 | 10000011 | 100101 | 110010 | 0 | 110001 | 100000000 | 100001 | 100111 |
Color Harmonies of #534283
Complementary color
Monochromatic Colors of #534283
Black with #534283
Text Example
Text Example
White with #534283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534283; }
p { color: rgb(83,66,131); }
H1.HeaderClassName
{
color: #534283;
}
.AnyTagClassName
{
color: #534283;
}
</style>
background-color css
<style>
a { background-color: #534283; }
a { background-color: rgb(83,66,131); }
div.DivClassName
{
background-color: #534283;
}
.BgClassName
{
background-color: #534283;
}
</style>
border-color css
<style>
span { border-color: #534283; }
span { border-color: rgb(83,66,131); }
td.TdClassName
{
border-color: #534283;
}
.TagClassName
{
border-color: #534283;
}
</style>