Shades of Viking #55ABBB
Tints of Viking #55ABBB
RGB
CMYK
RGB Variations
Color information
#55ABBB (or 0x55ABBB) is known color: Viking. HEX triplet: 55, AB and BB. RGB value is (85,171,187). Sum of RGB (Red+Green+Blue) = 85+171+187=443 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.19% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 187 - color contains mainly: blue. Hex color #55ABBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55ABBB is #AA5444. Grayscale: #929292. Windows color (decimal): -11162693 or 12299093. OLE color: 12299093.
HSL color Cylindrical-coordinate representation of color #55ABBB: hue angle of 189.41º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55ABBB is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 171 | 187 | - |
| CMYK | 0.55 | 0.09 | 0 | 0.27 |
| HSL | 189.41º | 0.43% | 0.53% | - |
| HSV(B) | 189.41º | 0.55% | 0.73% | - |
| XYZ | 27.28 | 34.64 | 52.26 | - |
| YUV | 147.11 | 150.51 | 83.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 171 | 187 | 0.55 | 0.09 | 0 | 0.27 | 189.41 | 0.43 | 0.53 |
| Hex | 55 | AB | BB | 37 | 9 | 0 | 1B | BD | 2B | 35 |
| Octal | 125 | 253 | 273 | 67 | 11 | 0 | 33 | 275 | 53 | 65 |
| Binary | 1010101 | 10101011 | 10111011 | 110111 | 1001 | 0 | 11011 | 10111101 | 101011 | 110101 |
Color Harmonies of #55ABBB
Complementary color
Monochromatic Colors of #55ABBB
Black with #55ABBB
Text Example
Text Example
White with #55ABBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55ABBB; }
p { color: rgb(85,171,187); }
H1.HeaderClassName
{
color: #55ABBB;
}
.AnyTagClassName
{
color: #55ABBB;
}
</style>
background-color css
<style>
a { background-color: #55ABBB; }
a { background-color: rgb(85,171,187); }
div.DivClassName
{
background-color: #55ABBB;
}
.BgClassName
{
background-color: #55ABBB;
}
</style>
border-color css
<style>
span { border-color: #55ABBB; }
span { border-color: rgb(85,171,187); }
td.TdClassName
{
border-color: #55ABBB;
}
.TagClassName
{
border-color: #55ABBB;
}
</style>