Shades of Gigas #55457A
Tints of Gigas #55457A
RGB
CMYK
RGB Variations
Color information
#55457A (or 0x55457A) is known color: Gigas. HEX triplet: 55, 45 and 7A. RGB value is (85,69,122). Sum of RGB (Red+Green+Blue) = 85+69+122=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 69 (27.34% from 255 or 25% from 276); Blue value is 122 (48.05% from 255 or 44.20% from 276); Max value from RGB is 122 - color contains mainly: blue. Hex color #55457A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55457A is #AABA85. Grayscale: #4F4F4F. Windows color (decimal): -11188870 or 8013141. OLE color: 8013141.
HSL color Cylindrical-coordinate representation of color #55457A: hue angle of 258.11º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #55457A is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 85 | 69 | 122 | - |
| CMYK | 0.30 | 0.43 | 0 | 0.52 |
| HSL | 258.11º | 0.28% | 0.37% | - |
| HSV(B) | 258.11º | 0.43% | 0.48% | - |
| XYZ | 9.39 | 7.59 | 19.38 | - |
| YUV | 79.83 | 151.8 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 69 | 122 | 0.30 | 0.43 | 0 | 0.52 | 258.11 | 0.28 | 0.37 |
| Hex | 55 | 45 | 7A | 1E | 2B | 0 | 34 | 102 | 1C | 25 |
| Octal | 125 | 105 | 172 | 36 | 53 | 0 | 64 | 402 | 34 | 45 |
| Binary | 1010101 | 1000101 | 1111010 | 11110 | 101011 | 0 | 110100 | 100000010 | 11100 | 100101 |
Color Harmonies of #55457A
Complementary color
Monochromatic Colors of #55457A
Black with #55457A
Text Example
Text Example
White with #55457A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55457A; }
p { color: rgb(85,69,122); }
H1.HeaderClassName
{
color: #55457A;
}
.AnyTagClassName
{
color: #55457A;
}
</style>
background-color css
<style>
a { background-color: #55457A; }
a { background-color: rgb(85,69,122); }
div.DivClassName
{
background-color: #55457A;
}
.BgClassName
{
background-color: #55457A;
}
</style>
border-color css
<style>
span { border-color: #55457A; }
span { border-color: rgb(85,69,122); }
td.TdClassName
{
border-color: #55457A;
}
.TagClassName
{
border-color: #55457A;
}
</style>