Shades of Gigas #53407B
Tints of Gigas #53407B
RGB
CMYK
RGB Variations
Color information
#53407B (or 0x53407B) is known color: Gigas. HEX triplet: 53, 40 and 7B. RGB value is (83,64,123). Sum of RGB (Red+Green+Blue) = 83+64+123=270 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.74% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 123 (48.44% from 255 or 45.56% from 270); Max value from RGB is 123 - color contains mainly: blue. Hex color #53407B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53407B is #ACBF84. Grayscale: #4C4C4C. Windows color (decimal): -11321221 or 8077395. OLE color: 8077395.
HSL color Cylindrical-coordinate representation of color #53407B: hue angle of 259.32º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #53407B is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 64 | 123 | - |
| CMYK | 0.33 | 0.48 | 0 | 0.52 |
| HSL | 259.32º | 0.32% | 0.37% | - |
| HSV(B) | 259.32º | 0.48% | 0.48% | - |
| XYZ | 8.98 | 6.94 | 19.6 | - |
| YUV | 76.41 | 154.29 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 64 | 123 | 0.33 | 0.48 | 0 | 0.52 | 259.32 | 0.32 | 0.37 |
| Hex | 53 | 40 | 7B | 21 | 30 | 0 | 34 | 103 | 20 | 25 |
| Octal | 123 | 100 | 173 | 41 | 60 | 0 | 64 | 403 | 40 | 45 |
| Binary | 1010011 | 1000000 | 1111011 | 100001 | 110000 | 0 | 110100 | 100000011 | 100000 | 100101 |
Color Harmonies of #53407B
Complementary color
Monochromatic Colors of #53407B
Black with #53407B
Text Example
Text Example
White with #53407B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53407B; }
p { color: rgb(83,64,123); }
H1.HeaderClassName
{
color: #53407B;
}
.AnyTagClassName
{
color: #53407B;
}
</style>
background-color css
<style>
a { background-color: #53407B; }
a { background-color: rgb(83,64,123); }
div.DivClassName
{
background-color: #53407B;
}
.BgClassName
{
background-color: #53407B;
}
</style>
border-color css
<style>
span { border-color: #53407B; }
span { border-color: rgb(83,64,123); }
td.TdClassName
{
border-color: #53407B;
}
.TagClassName
{
border-color: #53407B;
}
</style>