Shades of Gigas #53428A
Tints of Gigas #53428A
RGB
CMYK
RGB Variations
Color information
#53428A (or 0x53428A) is known color: Gigas. HEX triplet: 53, 42 and 8A. RGB value is (83,66,138). Sum of RGB (Red+Green+Blue) = 83+66+138=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 138 (54.30% from 255 or 48.08% from 287); Max value from RGB is 138 - color contains mainly: blue. Hex color #53428A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53428A is #ACBD75. Grayscale: #4F4F4F. Windows color (decimal): -11320694 or 9060947. OLE color: 9060947.
HSL color Cylindrical-coordinate representation of color #53428A: hue angle of 254.17º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53428A is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 83 | 66 | 138 | - |
| CMYK | 0.40 | 0.52 | 0 | 0.46 |
| HSL | 254.17º | 0.35% | 0.4% | - |
| HSV(B) | 254.17º | 0.52% | 0.54% | - |
| XYZ | 10.1 | 7.57 | 24.97 | - |
| YUV | 79.29 | 161.13 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 66 | 138 | 0.40 | 0.52 | 0 | 0.46 | 254.17 | 0.35 | 0.4 |
| Hex | 53 | 42 | 8A | 28 | 34 | 0 | 2E | FE | 23 | 28 |
| Octal | 123 | 102 | 212 | 50 | 64 | 0 | 56 | 376 | 43 | 50 |
| Binary | 1010011 | 1000010 | 10001010 | 101000 | 110100 | 0 | 101110 | 11111110 | 100011 | 101000 |
Color Harmonies of #53428A
Complementary color
Monochromatic Colors of #53428A
Black with #53428A
Text Example
Text Example
White with #53428A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53428A; }
p { color: rgb(83,66,138); }
H1.HeaderClassName
{
color: #53428A;
}
.AnyTagClassName
{
color: #53428A;
}
</style>
background-color css
<style>
a { background-color: #53428A; }
a { background-color: rgb(83,66,138); }
div.DivClassName
{
background-color: #53428A;
}
.BgClassName
{
background-color: #53428A;
}
</style>
border-color css
<style>
span { border-color: #53428A; }
span { border-color: rgb(83,66,138); }
td.TdClassName
{
border-color: #53428A;
}
.TagClassName
{
border-color: #53428A;
}
</style>