Shades of Gigas #53468B
Tints of Gigas #53468B
RGB
CMYK
RGB Variations
Color information
#53468B (or 0x53468B) is known color: Gigas. HEX triplet: 53, 46 and 8B. RGB value is (83,70,139). Sum of RGB (Red+Green+Blue) = 83+70+139=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 70 (27.73% from 255 or 23.97% from 292); Blue value is 139 (54.69% from 255 or 47.60% from 292); Max value from RGB is 139 - color contains mainly: blue. Hex color #53468B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53468B is #ACB974. Grayscale: #515151. Windows color (decimal): -11319669 or 9127507. OLE color: 9127507.
HSL color Cylindrical-coordinate representation of color #53468B: hue angle of 251.3º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #53468B is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 70 | 139 | - |
| CMYK | 0.40 | 0.50 | 0 | 0.45 |
| HSL | 251.3º | 0.33% | 0.41% | - |
| HSV(B) | 251.3º | 0.5% | 0.55% | - |
| XYZ | 10.42 | 8.08 | 25.44 | - |
| YUV | 81.75 | 160.31 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 70 | 139 | 0.40 | 0.50 | 0 | 0.45 | 251.3 | 0.33 | 0.41 |
| Hex | 53 | 46 | 8B | 28 | 32 | 0 | 2D | FB | 21 | 29 |
| Octal | 123 | 106 | 213 | 50 | 62 | 0 | 55 | 373 | 41 | 51 |
| Binary | 1010011 | 1000110 | 10001011 | 101000 | 110010 | 0 | 101101 | 11111011 | 100001 | 101001 |
Color Harmonies of #53468B
Complementary color
Monochromatic Colors of #53468B
Black with #53468B
Text Example
Text Example
White with #53468B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53468B; }
p { color: rgb(83,70,139); }
H1.HeaderClassName
{
color: #53468B;
}
.AnyTagClassName
{
color: #53468B;
}
</style>
background-color css
<style>
a { background-color: #53468B; }
a { background-color: rgb(83,70,139); }
div.DivClassName
{
background-color: #53468B;
}
.BgClassName
{
background-color: #53468B;
}
</style>
border-color css
<style>
span { border-color: #53468B; }
span { border-color: rgb(83,70,139); }
td.TdClassName
{
border-color: #53468B;
}
.TagClassName
{
border-color: #53468B;
}
</style>