Shades of Gigas #53458E
Tints of Gigas #53458E
RGB
CMYK
RGB Variations
Color information
#53458E (or 0x53458E) is known color: Gigas. HEX triplet: 53, 45 and 8E. RGB value is (83,69,142). Sum of RGB (Red+Green+Blue) = 83+69+142=294 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.23% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 142 (55.86% from 255 or 48.30% from 294); Max value from RGB is 142 - color contains mainly: blue. Hex color #53458E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53458E is #ACBA71. Grayscale: #515151. Windows color (decimal): -11319922 or 9323859. OLE color: 9323859.
HSL color Cylindrical-coordinate representation of color #53458E: hue angle of 251.51º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53458E is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 69 | 142 | - |
| CMYK | 0.42 | 0.51 | 0 | 0.44 |
| HSL | 251.51º | 0.35% | 0.41% | - |
| HSV(B) | 251.51º | 0.51% | 0.56% | - |
| XYZ | 10.58 | 8.05 | 26.59 | - |
| YUV | 81.51 | 162.14 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 69 | 142 | 0.42 | 0.51 | 0 | 0.44 | 251.51 | 0.35 | 0.41 |
| Hex | 53 | 45 | 8E | 2A | 33 | 0 | 2C | FC | 23 | 29 |
| Octal | 123 | 105 | 216 | 52 | 63 | 0 | 54 | 374 | 43 | 51 |
| Binary | 1010011 | 1000101 | 10001110 | 101010 | 110011 | 0 | 101100 | 11111100 | 100011 | 101001 |
Color Harmonies of #53458E
Complementary color
Monochromatic Colors of #53458E
Black with #53458E
Text Example
Text Example
White with #53458E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53458E; }
p { color: rgb(83,69,142); }
H1.HeaderClassName
{
color: #53458E;
}
.AnyTagClassName
{
color: #53458E;
}
</style>
background-color css
<style>
a { background-color: #53458E; }
a { background-color: rgb(83,69,142); }
div.DivClassName
{
background-color: #53458E;
}
.BgClassName
{
background-color: #53458E;
}
</style>
border-color css
<style>
span { border-color: #53458E; }
span { border-color: rgb(83,69,142); }
td.TdClassName
{
border-color: #53458E;
}
.TagClassName
{
border-color: #53458E;
}
</style>