Shades of Gigas #53438A
Tints of Gigas #53438A
RGB
CMYK
RGB Variations
Color information
#53438A (or 0x53438A) is known color: Gigas. HEX triplet: 53, 43 and 8A. RGB value is (83,67,138). Sum of RGB (Red+Green+Blue) = 83+67+138=288 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.82% from 288); Green value is 67 (26.56% from 255 or 23.26% from 288); Blue value is 138 (54.30% from 255 or 47.92% from 288); Max value from RGB is 138 - color contains mainly: blue. Hex color #53438A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53438A is #ACBC75. Grayscale: #4F4F4F. Windows color (decimal): -11320438 or 9061203. OLE color: 9061203.
HSL color Cylindrical-coordinate representation of color #53438A: hue angle of 253.52º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53438A is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 83 | 67 | 138 | - |
| CMYK | 0.40 | 0.51 | 0 | 0.46 |
| HSL | 253.52º | 0.35% | 0.4% | - |
| HSV(B) | 253.52º | 0.51% | 0.54% | - |
| XYZ | 10.16 | 7.69 | 24.99 | - |
| YUV | 79.88 | 160.8 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 67 | 138 | 0.40 | 0.51 | 0 | 0.46 | 253.52 | 0.35 | 0.4 |
| Hex | 53 | 43 | 8A | 28 | 33 | 0 | 2E | FE | 23 | 28 |
| Octal | 123 | 103 | 212 | 50 | 63 | 0 | 56 | 376 | 43 | 50 |
| Binary | 1010011 | 1000011 | 10001010 | 101000 | 110011 | 0 | 101110 | 11111110 | 100011 | 101000 |
Color Harmonies of #53438A
Complementary color
Monochromatic Colors of #53438A
Black with #53438A
Text Example
Text Example
White with #53438A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53438A; }
p { color: rgb(83,67,138); }
H1.HeaderClassName
{
color: #53438A;
}
.AnyTagClassName
{
color: #53438A;
}
</style>
background-color css
<style>
a { background-color: #53438A; }
a { background-color: rgb(83,67,138); }
div.DivClassName
{
background-color: #53438A;
}
.BgClassName
{
background-color: #53438A;
}
</style>
border-color css
<style>
span { border-color: #53438A; }
span { border-color: rgb(83,67,138); }
td.TdClassName
{
border-color: #53438A;
}
.TagClassName
{
border-color: #53438A;
}
</style>