Shades of Viking #55BABF
Tints of Viking #55BABF
RGB
CMYK
RGB Variations
Color information
#55BABF (or 0x55BABF) is known color: Viking. HEX triplet: 55, BA and BF. RGB value is (85,186,191). Sum of RGB (Red+Green+Blue) = 85+186+191=462 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.40% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 191 (75% from 255 or 41.34% from 462); Max value from RGB is 191 - color contains mainly: blue. Hex color #55BABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BABF is #AA4540. Grayscale: #9C9C9C. Windows color (decimal): -11158849 or 12565077. OLE color: 12565077.
HSL color Cylindrical-coordinate representation of color #55BABF: hue angle of 182.83º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BABF is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 186 | 191 | - |
| CMYK | 0.55 | 0.03 | 0 | 0.25 |
| HSL | 182.83º | 0.45% | 0.54% | - |
| HSV(B) | 182.83º | 0.55% | 0.75% | - |
| XYZ | 30.71 | 40.81 | 55.55 | - |
| YUV | 156.37 | 147.54 | 77.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 186 | 191 | 0.55 | 0.03 | 0 | 0.25 | 182.83 | 0.45 | 0.54 |
| Hex | 55 | BA | BF | 37 | 3 | 0 | 19 | B7 | 2D | 36 |
| Octal | 125 | 272 | 277 | 67 | 3 | 0 | 31 | 267 | 55 | 66 |
| Binary | 1010101 | 10111010 | 10111111 | 110111 | 11 | 0 | 11001 | 10110111 | 101101 | 110110 |
Color Harmonies of #55BABF
Complementary color
Monochromatic Colors of #55BABF
Black with #55BABF
Text Example
Text Example
White with #55BABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BABF; }
p { color: rgb(85,186,191); }
H1.HeaderClassName
{
color: #55BABF;
}
.AnyTagClassName
{
color: #55BABF;
}
</style>
background-color css
<style>
a { background-color: #55BABF; }
a { background-color: rgb(85,186,191); }
div.DivClassName
{
background-color: #55BABF;
}
.BgClassName
{
background-color: #55BABF;
}
</style>
border-color css
<style>
span { border-color: #55BABF; }
span { border-color: rgb(85,186,191); }
td.TdClassName
{
border-color: #55BABF;
}
.TagClassName
{
border-color: #55BABF;
}
</style>