Shades of Viking #55AFBD
Tints of Viking #55AFBD
RGB
CMYK
RGB Variations
Color information
#55AFBD (or 0x55AFBD) is known color: Viking. HEX triplet: 55, AF and BD. RGB value is (85,175,189). Sum of RGB (Red+Green+Blue) = 85+175+189=449 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.93% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 189 - color contains mainly: blue. Hex color #55AFBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55AFBD is #AA5042. Grayscale: #959595. Windows color (decimal): -11161667 or 12431189. OLE color: 12431189.
HSL color Cylindrical-coordinate representation of color #55AFBD: hue angle of 188.08º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55AFBD is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 175 | 189 | - |
| CMYK | 0.55 | 0.07 | 0 | 0.26 |
| HSL | 188.08º | 0.44% | 0.54% | - |
| HSV(B) | 188.08º | 0.55% | 0.74% | - |
| XYZ | 28.26 | 36.27 | 53.65 | - |
| YUV | 149.69 | 150.18 | 81.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 175 | 189 | 0.55 | 0.07 | 0 | 0.26 | 188.08 | 0.44 | 0.54 |
| Hex | 55 | AF | BD | 37 | 7 | 0 | 1A | BC | 2C | 36 |
| Octal | 125 | 257 | 275 | 67 | 7 | 0 | 32 | 274 | 54 | 66 |
| Binary | 1010101 | 10101111 | 10111101 | 110111 | 111 | 0 | 11010 | 10111100 | 101100 | 110110 |
Color Harmonies of #55AFBD
Complementary color
Monochromatic Colors of #55AFBD
Black with #55AFBD
Text Example
Text Example
White with #55AFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AFBD; }
p { color: rgb(85,175,189); }
H1.HeaderClassName
{
color: #55AFBD;
}
.AnyTagClassName
{
color: #55AFBD;
}
</style>
background-color css
<style>
a { background-color: #55AFBD; }
a { background-color: rgb(85,175,189); }
div.DivClassName
{
background-color: #55AFBD;
}
.BgClassName
{
background-color: #55AFBD;
}
</style>
border-color css
<style>
span { border-color: #55AFBD; }
span { border-color: rgb(85,175,189); }
td.TdClassName
{
border-color: #55AFBD;
}
.TagClassName
{
border-color: #55AFBD;
}
</style>