Shades of Viking #55B9CE
Tints of Viking #55B9CE
RGB
CMYK
RGB Variations
Color information
#55B9CE (or 0x55B9CE) is known color: Viking. HEX triplet: 55, B9 and CE. RGB value is (85,185,206). Sum of RGB (Red+Green+Blue) = 85+185+206=476 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.86% from 476); Green value is 185 (72.66% from 255 or 38.87% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #55B9CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55B9CE is #AA4631. Grayscale: #9D9D9D. Windows color (decimal): -11159090 or 13547861. OLE color: 13547861.
HSL color Cylindrical-coordinate representation of color #55B9CE: hue angle of 190.41º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55B9CE is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 185 | 206 | - |
| CMYK | 0.59 | 0.10 | 0 | 0.19 |
| HSL | 190.41º | 0.55% | 0.57% | - |
| HSV(B) | 190.41º | 0.59% | 0.81% | - |
| XYZ | 32.24 | 41.09 | 64.62 | - |
| YUV | 157.49 | 155.37 | 76.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 185 | 206 | 0.59 | 0.10 | 0 | 0.19 | 190.41 | 0.55 | 0.57 |
| Hex | 55 | B9 | CE | 3B | A | 0 | 13 | BE | 37 | 39 |
| Octal | 125 | 271 | 316 | 73 | 12 | 0 | 23 | 276 | 67 | 71 |
| Binary | 1010101 | 10111001 | 11001110 | 111011 | 1010 | 0 | 10011 | 10111110 | 110111 | 111001 |
Color Harmonies of #55B9CE
Complementary color
Monochromatic Colors of #55B9CE
Black with #55B9CE
Text Example
Text Example
White with #55B9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B9CE; }
p { color: rgb(85,185,206); }
H1.HeaderClassName
{
color: #55B9CE;
}
.AnyTagClassName
{
color: #55B9CE;
}
</style>
background-color css
<style>
a { background-color: #55B9CE; }
a { background-color: rgb(85,185,206); }
div.DivClassName
{
background-color: #55B9CE;
}
.BgClassName
{
background-color: #55B9CE;
}
</style>
border-color css
<style>
span { border-color: #55B9CE; }
span { border-color: rgb(85,185,206); }
td.TdClassName
{
border-color: #55B9CE;
}
.TagClassName
{
border-color: #55B9CE;
}
</style>