Shades of Gigas #55437A
Tints of Gigas #55437A
RGB
CMYK
RGB Variations
Color information
#55437A (or 0x55437A) is known color: Gigas. HEX triplet: 55, 43 and 7A. RGB value is (85,67,122). Sum of RGB (Red+Green+Blue) = 85+67+122=274 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.02% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 122 (48.05% from 255 or 44.53% from 274); Max value from RGB is 122 - color contains mainly: blue. Hex color #55437A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55437A is #AABC85. Grayscale: #4E4E4E. Windows color (decimal): -11189382 or 8012629. OLE color: 8012629.
HSL color Cylindrical-coordinate representation of color #55437A: hue angle of 259.64º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #55437A is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 85 | 67 | 122 | - |
| CMYK | 0.30 | 0.45 | 0 | 0.52 |
| HSL | 259.64º | 0.29% | 0.37% | - |
| HSV(B) | 259.64º | 0.45% | 0.48% | - |
| XYZ | 9.27 | 7.35 | 19.34 | - |
| YUV | 78.65 | 152.46 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 67 | 122 | 0.30 | 0.45 | 0 | 0.52 | 259.64 | 0.29 | 0.37 |
| Hex | 55 | 43 | 7A | 1E | 2D | 0 | 34 | 104 | 1D | 25 |
| Octal | 125 | 103 | 172 | 36 | 55 | 0 | 64 | 404 | 35 | 45 |
| Binary | 1010101 | 1000011 | 1111010 | 11110 | 101101 | 0 | 110100 | 100000100 | 11101 | 100101 |
Color Harmonies of #55437A
Complementary color
Monochromatic Colors of #55437A
Black with #55437A
Text Example
Text Example
White with #55437A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55437A; }
p { color: rgb(85,67,122); }
H1.HeaderClassName
{
color: #55437A;
}
.AnyTagClassName
{
color: #55437A;
}
</style>
background-color css
<style>
a { background-color: #55437A; }
a { background-color: rgb(85,67,122); }
div.DivClassName
{
background-color: #55437A;
}
.BgClassName
{
background-color: #55437A;
}
</style>
border-color css
<style>
span { border-color: #55437A; }
span { border-color: rgb(85,67,122); }
td.TdClassName
{
border-color: #55437A;
}
.TagClassName
{
border-color: #55437A;
}
</style>