Shades of Gigas #53438B
Tints of Gigas #53438B
RGB
CMYK
RGB Variations
Color information
#53438B (or 0x53438B) is known color: Gigas. HEX triplet: 53, 43 and 8B. RGB value is (83,67,139). Sum of RGB (Red+Green+Blue) = 83+67+139=289 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.72% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 139 (54.69% from 255 or 48.10% from 289); Max value from RGB is 139 - color contains mainly: blue. Hex color #53438B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53438B is #ACBC74. Grayscale: #4F4F4F. Windows color (decimal): -11320437 or 9126739. OLE color: 9126739.
HSL color Cylindrical-coordinate representation of color #53438B: hue angle of 253.33º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53438B is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 67 | 139 | - |
| CMYK | 0.40 | 0.52 | 0 | 0.45 |
| HSL | 253.33º | 0.35% | 0.4% | - |
| HSV(B) | 253.33º | 0.52% | 0.55% | - |
| XYZ | 10.23 | 7.72 | 25.38 | - |
| YUV | 79.99 | 161.3 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 67 | 139 | 0.40 | 0.52 | 0 | 0.45 | 253.33 | 0.35 | 0.4 |
| Hex | 53 | 43 | 8B | 28 | 34 | 0 | 2D | FD | 23 | 28 |
| Octal | 123 | 103 | 213 | 50 | 64 | 0 | 55 | 375 | 43 | 50 |
| Binary | 1010011 | 1000011 | 10001011 | 101000 | 110100 | 0 | 101101 | 11111101 | 100011 | 101000 |
Color Harmonies of #53438B
Complementary color
Monochromatic Colors of #53438B
Black with #53438B
Text Example
Text Example
White with #53438B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53438B; }
p { color: rgb(83,67,139); }
H1.HeaderClassName
{
color: #53438B;
}
.AnyTagClassName
{
color: #53438B;
}
</style>
background-color css
<style>
a { background-color: #53438B; }
a { background-color: rgb(83,67,139); }
div.DivClassName
{
background-color: #53438B;
}
.BgClassName
{
background-color: #53438B;
}
</style>
border-color css
<style>
span { border-color: #53438B; }
span { border-color: rgb(83,67,139); }
td.TdClassName
{
border-color: #53438B;
}
.TagClassName
{
border-color: #53438B;
}
</style>