Shades of Viking #55A6BA
Tints of Viking #55A6BA
RGB
CMYK
RGB Variations
Color information
#55A6BA (or 0x55A6BA) is known color: Viking. HEX triplet: 55, A6 and BA. RGB value is (85,166,186). Sum of RGB (Red+Green+Blue) = 85+166+186=437 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.45% from 437); Green value is 166 (65.23% from 255 or 37.99% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #55A6BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A6BA is #AA5945. Grayscale: #8F8F8F. Windows color (decimal): -11163974 or 12232277. OLE color: 12232277.
HSL color Cylindrical-coordinate representation of color #55A6BA: hue angle of 191.88º 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 #55A6BA is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 166 | 186 | - |
| CMYK | 0.54 | 0.11 | 0 | 0.27 |
| HSL | 191.88º | 0.42% | 0.53% | - |
| HSV(B) | 191.88º | 0.54% | 0.73% | - |
| XYZ | 26.25 | 32.75 | 51.39 | - |
| YUV | 144.06 | 151.66 | 85.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 166 | 186 | 0.54 | 0.11 | 0 | 0.27 | 191.88 | 0.42 | 0.53 |
| Hex | 55 | A6 | BA | 36 | B | 0 | 1B | C0 | 2A | 35 |
| Octal | 125 | 246 | 272 | 66 | 13 | 0 | 33 | 300 | 52 | 65 |
| Binary | 1010101 | 10100110 | 10111010 | 110110 | 1011 | 0 | 11011 | 11000000 | 101010 | 110101 |
Color Harmonies of #55A6BA
Complementary color
Monochromatic Colors of #55A6BA
Black with #55A6BA
Text Example
Text Example
White with #55A6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A6BA; }
p { color: rgb(85,166,186); }
H1.HeaderClassName
{
color: #55A6BA;
}
.AnyTagClassName
{
color: #55A6BA;
}
</style>
background-color css
<style>
a { background-color: #55A6BA; }
a { background-color: rgb(85,166,186); }
div.DivClassName
{
background-color: #55A6BA;
}
.BgClassName
{
background-color: #55A6BA;
}
</style>
border-color css
<style>
span { border-color: #55A6BA; }
span { border-color: rgb(85,166,186); }
td.TdClassName
{
border-color: #55A6BA;
}
.TagClassName
{
border-color: #55A6BA;
}
</style>