Shades of Gigas #52438A
Tints of Gigas #52438A
RGB
CMYK
RGB Variations
Color information
#52438A (or 0x52438A) is known color: Gigas. HEX triplet: 52, 43 and 8A. RGB value is (82,67,138). Sum of RGB (Red+Green+Blue) = 82+67+138=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 67 (26.56% from 255 or 23.34% 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 #52438A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52438A is #ADBC75. Grayscale: #4F4F4F. Windows color (decimal): -11385974 or 9061202. OLE color: 9061202.
HSL color Cylindrical-coordinate representation of color #52438A: hue angle of 252.68º 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 #52438A is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 82 | 67 | 138 | - |
| CMYK | 0.41 | 0.51 | 0 | 0.46 |
| HSL | 252.68º | 0.35% | 0.4% | - |
| HSV(B) | 252.68º | 0.51% | 0.54% | - |
| XYZ | 10.07 | 7.64 | 24.99 | - |
| YUV | 79.58 | 160.97 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 67 | 138 | 0.41 | 0.51 | 0 | 0.46 | 252.68 | 0.35 | 0.4 |
| Hex | 52 | 43 | 8A | 29 | 33 | 0 | 2E | FD | 23 | 28 |
| Octal | 122 | 103 | 212 | 51 | 63 | 0 | 56 | 375 | 43 | 50 |
| Binary | 1010010 | 1000011 | 10001010 | 101001 | 110011 | 0 | 101110 | 11111101 | 100011 | 101000 |
Color Harmonies of #52438A
Complementary color
Monochromatic Colors of #52438A
Black with #52438A
Text Example
Text Example
White with #52438A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52438A; }
p { color: rgb(82,67,138); }
H1.HeaderClassName
{
color: #52438A;
}
.AnyTagClassName
{
color: #52438A;
}
</style>
background-color css
<style>
a { background-color: #52438A; }
a { background-color: rgb(82,67,138); }
div.DivClassName
{
background-color: #52438A;
}
.BgClassName
{
background-color: #52438A;
}
</style>
border-color css
<style>
span { border-color: #52438A; }
span { border-color: rgb(82,67,138); }
td.TdClassName
{
border-color: #52438A;
}
.TagClassName
{
border-color: #52438A;
}
</style>