Shades of Gigas #52437D
Tints of Gigas #52437D
RGB
CMYK
RGB Variations
Color information
#52437D (or 0x52437D) is known color: Gigas. HEX triplet: 52, 43 and 7D. RGB value is (82,67,125). Sum of RGB (Red+Green+Blue) = 82+67+125=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 125 (49.22% from 255 or 45.62% from 274); Max value from RGB is 125 - color contains mainly: blue. Hex color #52437D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52437D is #ADBC82. Grayscale: #4D4D4D. Windows color (decimal): -11385987 or 8209234. OLE color: 8209234.
HSL color Cylindrical-coordinate representation of color #52437D: hue angle of 255.52º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #52437D is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 67 | 125 | - |
| CMYK | 0.34 | 0.46 | 0 | 0.51 |
| HSL | 255.52º | 0.3% | 0.38% | - |
| HSV(B) | 255.52º | 0.46% | 0.49% | - |
| XYZ | 9.19 | 7.29 | 20.32 | - |
| YUV | 78.1 | 154.47 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 67 | 125 | 0.34 | 0.46 | 0 | 0.51 | 255.52 | 0.3 | 0.38 |
| Hex | 52 | 43 | 7D | 22 | 2E | 0 | 33 | 100 | 1E | 26 |
| Octal | 122 | 103 | 175 | 42 | 56 | 0 | 63 | 400 | 36 | 46 |
| Binary | 1010010 | 1000011 | 1111101 | 100010 | 101110 | 0 | 110011 | 100000000 | 11110 | 100110 |
Color Harmonies of #52437D
Complementary color
Monochromatic Colors of #52437D
Black with #52437D
Text Example
Text Example
White with #52437D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52437D; }
p { color: rgb(82,67,125); }
H1.HeaderClassName
{
color: #52437D;
}
.AnyTagClassName
{
color: #52437D;
}
</style>
background-color css
<style>
a { background-color: #52437D; }
a { background-color: rgb(82,67,125); }
div.DivClassName
{
background-color: #52437D;
}
.BgClassName
{
background-color: #52437D;
}
</style>
border-color css
<style>
span { border-color: #52437D; }
span { border-color: rgb(82,67,125); }
td.TdClassName
{
border-color: #52437D;
}
.TagClassName
{
border-color: #52437D;
}
</style>