Shades of Viking #55A7BA
Tints of Viking #55A7BA
RGB
CMYK
RGB Variations
Color information
#55A7BA (or 0x55A7BA) is known color: Viking. HEX triplet: 55, A7 and BA. RGB value is (85,167,186). Sum of RGB (Red+Green+Blue) = 85+167+186=438 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.41% from 438); Green value is 167 (65.62% from 255 or 38.13% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #55A7BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A7BA is #AA5845. Grayscale: #909090. Windows color (decimal): -11163718 or 12232533. OLE color: 12232533.
HSL color Cylindrical-coordinate representation of color #55A7BA: hue angle of 191.29º 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 #55A7BA is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 167 | 186 | - |
| CMYK | 0.54 | 0.10 | 0 | 0.27 |
| HSL | 191.29º | 0.42% | 0.53% | - |
| HSV(B) | 191.29º | 0.54% | 0.73% | - |
| XYZ | 26.43 | 33.11 | 51.45 | - |
| YUV | 144.65 | 151.33 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 167 | 186 | 0.54 | 0.10 | 0 | 0.27 | 191.29 | 0.42 | 0.53 |
| Hex | 55 | A7 | BA | 36 | A | 0 | 1B | BF | 2A | 35 |
| Octal | 125 | 247 | 272 | 66 | 12 | 0 | 33 | 277 | 52 | 65 |
| Binary | 1010101 | 10100111 | 10111010 | 110110 | 1010 | 0 | 11011 | 10111111 | 101010 | 110101 |
Color Harmonies of #55A7BA
Complementary color
Monochromatic Colors of #55A7BA
Black with #55A7BA
Text Example
Text Example
White with #55A7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A7BA; }
p { color: rgb(85,167,186); }
H1.HeaderClassName
{
color: #55A7BA;
}
.AnyTagClassName
{
color: #55A7BA;
}
</style>
background-color css
<style>
a { background-color: #55A7BA; }
a { background-color: rgb(85,167,186); }
div.DivClassName
{
background-color: #55A7BA;
}
.BgClassName
{
background-color: #55A7BA;
}
</style>
border-color css
<style>
span { border-color: #55A7BA; }
span { border-color: rgb(85,167,186); }
td.TdClassName
{
border-color: #55A7BA;
}
.TagClassName
{
border-color: #55A7BA;
}
</style>