Shades of Viking #55A8BE
Tints of Viking #55A8BE
RGB
CMYK
RGB Variations
Color information
#55A8BE (or 0x55A8BE) is known color: Viking. HEX triplet: 55, A8 and BE. RGB value is (85,168,190). Sum of RGB (Red+Green+Blue) = 85+168+190=443 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.19% from 443); Green value is 168 (66.02% from 255 or 37.92% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 190 - color contains mainly: blue. Hex color #55A8BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A8BE is #AA5741. Grayscale: #919191. Windows color (decimal): -11163458 or 12494933. OLE color: 12494933.
HSL color Cylindrical-coordinate representation of color #55A8BE: hue angle of 192.57º 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 #55A8BE is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 168 | 190 | - |
| CMYK | 0.55 | 0.12 | 0 | 0.25 |
| HSL | 192.57º | 0.45% | 0.54% | - |
| HSV(B) | 192.57º | 0.55% | 0.75% | - |
| XYZ | 27.04 | 33.65 | 53.79 | - |
| YUV | 145.69 | 153 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 168 | 190 | 0.55 | 0.12 | 0 | 0.25 | 192.57 | 0.45 | 0.54 |
| Hex | 55 | A8 | BE | 37 | C | 0 | 19 | C1 | 2D | 36 |
| Octal | 125 | 250 | 276 | 67 | 14 | 0 | 31 | 301 | 55 | 66 |
| Binary | 1010101 | 10101000 | 10111110 | 110111 | 1100 | 0 | 11001 | 11000001 | 101101 | 110110 |
Color Harmonies of #55A8BE
Complementary color
Monochromatic Colors of #55A8BE
Black with #55A8BE
Text Example
Text Example
White with #55A8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A8BE; }
p { color: rgb(85,168,190); }
H1.HeaderClassName
{
color: #55A8BE;
}
.AnyTagClassName
{
color: #55A8BE;
}
</style>
background-color css
<style>
a { background-color: #55A8BE; }
a { background-color: rgb(85,168,190); }
div.DivClassName
{
background-color: #55A8BE;
}
.BgClassName
{
background-color: #55A8BE;
}
</style>
border-color css
<style>
span { border-color: #55A8BE; }
span { border-color: rgb(85,168,190); }
td.TdClassName
{
border-color: #55A8BE;
}
.TagClassName
{
border-color: #55A8BE;
}
</style>