Shades of Viking #55AABA
Tints of Viking #55AABA
RGB
CMYK
RGB Variations
Color information
#55AABA (or 0x55AABA) is known color: Viking. HEX triplet: 55, AA and BA. RGB value is (85,170,186). Sum of RGB (Red+Green+Blue) = 85+170+186=441 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.27% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #55AABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55AABA is #AA5545. Grayscale: #929292. Windows color (decimal): -11162950 or 12233301. OLE color: 12233301.
HSL color Cylindrical-coordinate representation of color #55AABA: hue angle of 189.5º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55AABA is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 170 | 186 | - |
| CMYK | 0.54 | 0.09 | 0 | 0.27 |
| HSL | 189.5º | 0.42% | 0.53% | - |
| HSV(B) | 189.5º | 0.54% | 0.73% | - |
| XYZ | 26.98 | 34.23 | 51.64 | - |
| YUV | 146.41 | 150.34 | 84.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 170 | 186 | 0.54 | 0.09 | 0 | 0.27 | 189.5 | 0.42 | 0.53 |
| Hex | 55 | AA | BA | 36 | 9 | 0 | 1B | BE | 2A | 35 |
| Octal | 125 | 252 | 272 | 66 | 11 | 0 | 33 | 276 | 52 | 65 |
| Binary | 1010101 | 10101010 | 10111010 | 110110 | 1001 | 0 | 11011 | 10111110 | 101010 | 110101 |
Color Harmonies of #55AABA
Complementary color
Monochromatic Colors of #55AABA
Black with #55AABA
Text Example
Text Example
White with #55AABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AABA; }
p { color: rgb(85,170,186); }
H1.HeaderClassName
{
color: #55AABA;
}
.AnyTagClassName
{
color: #55AABA;
}
</style>
background-color css
<style>
a { background-color: #55AABA; }
a { background-color: rgb(85,170,186); }
div.DivClassName
{
background-color: #55AABA;
}
.BgClassName
{
background-color: #55AABA;
}
</style>
border-color css
<style>
span { border-color: #55AABA; }
span { border-color: rgb(85,170,186); }
td.TdClassName
{
border-color: #55AABA;
}
.TagClassName
{
border-color: #55AABA;
}
</style>