Shades of Viking #55B9CA
Tints of Viking #55B9CA
RGB
CMYK
RGB Variations
Color information
#55B9CA (or 0x55B9CA) is known color: Viking. HEX triplet: 55, B9 and CA. RGB value is (85,185,202). Sum of RGB (Red+Green+Blue) = 85+185+202=472 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.01% from 472); Green value is 185 (72.66% from 255 or 39.19% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #55B9CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55B9CA is #AA4635. Grayscale: #9C9C9C. Windows color (decimal): -11159094 or 13285717. OLE color: 13285717.
HSL color Cylindrical-coordinate representation of color #55B9CA: hue angle of 188.72º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55B9CA is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 85 | 185 | 202 | - |
| CMYK | 0.58 | 0.08 | 0 | 0.21 |
| HSL | 188.72º | 0.52% | 0.56% | - |
| HSV(B) | 188.72º | 0.58% | 0.79% | - |
| XYZ | 31.76 | 40.89 | 62.1 | - |
| YUV | 157.04 | 153.37 | 76.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 185 | 202 | 0.58 | 0.08 | 0 | 0.21 | 188.72 | 0.52 | 0.56 |
| Hex | 55 | B9 | CA | 3A | 8 | 0 | 15 | BD | 34 | 38 |
| Octal | 125 | 271 | 312 | 72 | 10 | 0 | 25 | 275 | 64 | 70 |
| Binary | 1010101 | 10111001 | 11001010 | 111010 | 1000 | 0 | 10101 | 10111101 | 110100 | 111000 |
Color Harmonies of #55B9CA
Complementary color
Monochromatic Colors of #55B9CA
Black with #55B9CA
Text Example
Text Example
White with #55B9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B9CA; }
p { color: rgb(85,185,202); }
H1.HeaderClassName
{
color: #55B9CA;
}
.AnyTagClassName
{
color: #55B9CA;
}
</style>
background-color css
<style>
a { background-color: #55B9CA; }
a { background-color: rgb(85,185,202); }
div.DivClassName
{
background-color: #55B9CA;
}
.BgClassName
{
background-color: #55B9CA;
}
</style>
border-color css
<style>
span { border-color: #55B9CA; }
span { border-color: rgb(85,185,202); }
td.TdClassName
{
border-color: #55B9CA;
}
.TagClassName
{
border-color: #55B9CA;
}
</style>