Shades of Gigas #53438D
Tints of Gigas #53438D
RGB
CMYK
RGB Variations
Color information
#53438D (or 0x53438D) is known color: Gigas. HEX triplet: 53, 43 and 8D. RGB value is (83,67,141). Sum of RGB (Red+Green+Blue) = 83+67+141=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 67 (26.56% from 255 or 23.02% from 291); Blue value is 141 (55.47% from 255 or 48.45% from 291); Max value from RGB is 141 - color contains mainly: blue. Hex color #53438D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53438D is #ACBC72. Grayscale: #4F4F4F. Windows color (decimal): -11320435 or 9257811. OLE color: 9257811.
HSL color Cylindrical-coordinate representation of color #53438D: hue angle of 252.97º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53438D is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 67 | 141 | - |
| CMYK | 0.41 | 0.52 | 0 | 0.45 |
| HSL | 252.97º | 0.36% | 0.41% | - |
| HSV(B) | 252.97º | 0.52% | 0.55% | - |
| XYZ | 10.38 | 7.78 | 26.15 | - |
| YUV | 80.22 | 162.3 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 67 | 141 | 0.41 | 0.52 | 0 | 0.45 | 252.97 | 0.36 | 0.41 |
| Hex | 53 | 43 | 8D | 29 | 34 | 0 | 2D | FD | 24 | 29 |
| Octal | 123 | 103 | 215 | 51 | 64 | 0 | 55 | 375 | 44 | 51 |
| Binary | 1010011 | 1000011 | 10001101 | 101001 | 110100 | 0 | 101101 | 11111101 | 100100 | 101001 |
Color Harmonies of #53438D
Complementary color
Monochromatic Colors of #53438D
Black with #53438D
Text Example
Text Example
White with #53438D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53438D; }
p { color: rgb(83,67,141); }
H1.HeaderClassName
{
color: #53438D;
}
.AnyTagClassName
{
color: #53438D;
}
</style>
background-color css
<style>
a { background-color: #53438D; }
a { background-color: rgb(83,67,141); }
div.DivClassName
{
background-color: #53438D;
}
.BgClassName
{
background-color: #53438D;
}
</style>
border-color css
<style>
span { border-color: #53438D; }
span { border-color: rgb(83,67,141); }
td.TdClassName
{
border-color: #53438D;
}
.TagClassName
{
border-color: #53438D;
}
</style>