Shades of Gigas #53448F
Tints of Gigas #53448F
RGB
CMYK
RGB Variations
Color information
#53448F (or 0x53448F) is known color: Gigas. HEX triplet: 53, 44 and 8F. RGB value is (83,68,143). Sum of RGB (Red+Green+Blue) = 83+68+143=294 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.23% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 143 (56.25% from 255 or 48.64% from 294); Max value from RGB is 143 - color contains mainly: blue. Hex color #53448F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53448F is #ACBB70. Grayscale: #505050. Windows color (decimal): -11320177 or 9389139. OLE color: 9389139.
HSL color Cylindrical-coordinate representation of color #53448F: hue angle of 252º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53448F is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 68 | 143 | - |
| CMYK | 0.42 | 0.52 | 0 | 0.44 |
| HSL | 252º | 0.36% | 0.41% | - |
| HSV(B) | 252º | 0.52% | 0.56% | - |
| XYZ | 10.59 | 7.96 | 26.96 | - |
| YUV | 81.04 | 162.97 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 68 | 143 | 0.42 | 0.52 | 0 | 0.44 | 252 | 0.36 | 0.41 |
| Hex | 53 | 44 | 8F | 2A | 34 | 0 | 2C | FC | 24 | 29 |
| Octal | 123 | 104 | 217 | 52 | 64 | 0 | 54 | 374 | 44 | 51 |
| Binary | 1010011 | 1000100 | 10001111 | 101010 | 110100 | 0 | 101100 | 11111100 | 100100 | 101001 |
Color Harmonies of #53448F
Complementary color
Monochromatic Colors of #53448F
Black with #53448F
Text Example
Text Example
White with #53448F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53448F; }
p { color: rgb(83,68,143); }
H1.HeaderClassName
{
color: #53448F;
}
.AnyTagClassName
{
color: #53448F;
}
</style>
background-color css
<style>
a { background-color: #53448F; }
a { background-color: rgb(83,68,143); }
div.DivClassName
{
background-color: #53448F;
}
.BgClassName
{
background-color: #53448F;
}
</style>
border-color css
<style>
span { border-color: #53448F; }
span { border-color: rgb(83,68,143); }
td.TdClassName
{
border-color: #53448F;
}
.TagClassName
{
border-color: #53448F;
}
</style>