Shades of Viking #55ABBF
Tints of Viking #55ABBF
RGB
CMYK
RGB Variations
Color information
#55ABBF (or 0x55ABBF) is known color: Viking. HEX triplet: 55, AB and BF. RGB value is (85,171,191). Sum of RGB (Red+Green+Blue) = 85+171+191=447 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.02% from 447); Green value is 171 (67.19% from 255 or 38.26% from 447); Blue value is 191 (75% from 255 or 42.73% from 447); Max value from RGB is 191 - color contains mainly: blue. Hex color #55ABBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55ABBF is #AA5440. Grayscale: #939393. Windows color (decimal): -11162689 or 12561237. OLE color: 12561237.
HSL color Cylindrical-coordinate representation of color #55ABBF: hue angle of 191.32º 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 #55ABBF is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 171 | 191 | - |
| CMYK | 0.55 | 0.10 | 0 | 0.25 |
| HSL | 191.32º | 0.45% | 0.54% | - |
| HSV(B) | 191.32º | 0.55% | 0.75% | - |
| XYZ | 27.71 | 34.82 | 54.55 | - |
| YUV | 147.57 | 152.51 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 171 | 191 | 0.55 | 0.10 | 0 | 0.25 | 191.32 | 0.45 | 0.54 |
| Hex | 55 | AB | BF | 37 | A | 0 | 19 | BF | 2D | 36 |
| Octal | 125 | 253 | 277 | 67 | 12 | 0 | 31 | 277 | 55 | 66 |
| Binary | 1010101 | 10101011 | 10111111 | 110111 | 1010 | 0 | 11001 | 10111111 | 101101 | 110110 |
Color Harmonies of #55ABBF
Complementary color
Monochromatic Colors of #55ABBF
Black with #55ABBF
Text Example
Text Example
White with #55ABBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55ABBF; }
p { color: rgb(85,171,191); }
H1.HeaderClassName
{
color: #55ABBF;
}
.AnyTagClassName
{
color: #55ABBF;
}
</style>
background-color css
<style>
a { background-color: #55ABBF; }
a { background-color: rgb(85,171,191); }
div.DivClassName
{
background-color: #55ABBF;
}
.BgClassName
{
background-color: #55ABBF;
}
</style>
border-color css
<style>
span { border-color: #55ABBF; }
span { border-color: rgb(85,171,191); }
td.TdClassName
{
border-color: #55ABBF;
}
.TagClassName
{
border-color: #55ABBF;
}
</style>