Shades of Viking #55B5BC
Tints of Viking #55B5BC
RGB
CMYK
RGB Variations
Color information
#55B5BC (or 0x55B5BC) is known color: Viking. HEX triplet: 55, B5 and BC. RGB value is (85,181,188). Sum of RGB (Red+Green+Blue) = 85+181+188=454 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.72% from 454); Green value is 181 (71.09% from 255 or 39.87% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 188 - color contains mainly: blue. Hex color #55B5BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55B5BC is #AA4A43. Grayscale: #989898. Windows color (decimal): -11160132 or 12367189. OLE color: 12367189.
HSL color Cylindrical-coordinate representation of color #55B5BC: hue angle of 184.08º degrees, saturation: 0.43, 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 #55B5BC is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 181 | 188 | - |
| CMYK | 0.55 | 0.04 | 0 | 0.26 |
| HSL | 184.08º | 0.43% | 0.54% | - |
| HSV(B) | 184.08º | 0.55% | 0.74% | - |
| XYZ | 29.35 | 38.61 | 53.48 | - |
| YUV | 153.09 | 147.7 | 79.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 181 | 188 | 0.55 | 0.04 | 0 | 0.26 | 184.08 | 0.43 | 0.54 |
| Hex | 55 | B5 | BC | 37 | 4 | 0 | 1A | B8 | 2B | 36 |
| Octal | 125 | 265 | 274 | 67 | 4 | 0 | 32 | 270 | 53 | 66 |
| Binary | 1010101 | 10110101 | 10111100 | 110111 | 100 | 0 | 11010 | 10111000 | 101011 | 110110 |
Color Harmonies of #55B5BC
Complementary color
Monochromatic Colors of #55B5BC
Black with #55B5BC
Text Example
Text Example
White with #55B5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B5BC; }
p { color: rgb(85,181,188); }
H1.HeaderClassName
{
color: #55B5BC;
}
.AnyTagClassName
{
color: #55B5BC;
}
</style>
background-color css
<style>
a { background-color: #55B5BC; }
a { background-color: rgb(85,181,188); }
div.DivClassName
{
background-color: #55B5BC;
}
.BgClassName
{
background-color: #55B5BC;
}
</style>
border-color css
<style>
span { border-color: #55B5BC; }
span { border-color: rgb(85,181,188); }
td.TdClassName
{
border-color: #55B5BC;
}
.TagClassName
{
border-color: #55B5BC;
}
</style>