Shades of Viking #55A8BF
Tints of Viking #55A8BF
RGB
CMYK
RGB Variations
Color information
#55A8BF (or 0x55A8BF) is known color: Viking. HEX triplet: 55, A8 and BF. RGB value is (85,168,191). Sum of RGB (Red+Green+Blue) = 85+168+191=444 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.14% from 444); Green value is 168 (66.02% from 255 or 37.84% from 444); Blue value is 191 (75% from 255 or 43.02% from 444); Max value from RGB is 191 - color contains mainly: blue. Hex color #55A8BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A8BF is #AA5740. Grayscale: #919191. Windows color (decimal): -11163457 or 12560469. OLE color: 12560469.
HSL color Cylindrical-coordinate representation of color #55A8BF: hue angle of 193.02º 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 #55A8BF is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 168 | 191 | - |
| CMYK | 0.55 | 0.12 | 0 | 0.25 |
| HSL | 193.02º | 0.45% | 0.54% | - |
| HSV(B) | 193.02º | 0.55% | 0.75% | - |
| XYZ | 27.15 | 33.7 | 54.36 | - |
| YUV | 145.81 | 153.5 | 84.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 168 | 191 | 0.55 | 0.12 | 0 | 0.25 | 193.02 | 0.45 | 0.54 |
| Hex | 55 | A8 | BF | 37 | C | 0 | 19 | C1 | 2D | 36 |
| Octal | 125 | 250 | 277 | 67 | 14 | 0 | 31 | 301 | 55 | 66 |
| Binary | 1010101 | 10101000 | 10111111 | 110111 | 1100 | 0 | 11001 | 11000001 | 101101 | 110110 |
Color Harmonies of #55A8BF
Complementary color
Monochromatic Colors of #55A8BF
Black with #55A8BF
Text Example
Text Example
White with #55A8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A8BF; }
p { color: rgb(85,168,191); }
H1.HeaderClassName
{
color: #55A8BF;
}
.AnyTagClassName
{
color: #55A8BF;
}
</style>
background-color css
<style>
a { background-color: #55A8BF; }
a { background-color: rgb(85,168,191); }
div.DivClassName
{
background-color: #55A8BF;
}
.BgClassName
{
background-color: #55A8BF;
}
</style>
border-color css
<style>
span { border-color: #55A8BF; }
span { border-color: rgb(85,168,191); }
td.TdClassName
{
border-color: #55A8BF;
}
.TagClassName
{
border-color: #55A8BF;
}
</style>