Shades of Viking #55BCBC
Tints of Viking #55BCBC
RGB
CMYK
RGB Variations
Color information
#55BCBC (or 0x55BCBC) is known color: Viking. HEX triplet: 55, BC and BC. RGB value is (85,188,188). Sum of RGB (Red+Green+Blue) = 85+188+188=461 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.44% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 188 - color contains mainly: green, blue. Hex color #55BCBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BCBC is #AA4343. Grayscale: #9D9D9D. Windows color (decimal): -11158340 or 12368981. OLE color: 12368981.
HSL color Cylindrical-coordinate representation of color #55BCBC: hue angle of 180º 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 #55BCBC is Cyan = 0.55, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 188 | 188 | - |
| CMYK | 0.55 | 0 | 0 | 0.26 |
| HSL | 180º | 0.43% | 0.54% | - |
| HSV(B) | 180º | 0.55% | 0.74% | - |
| XYZ | 30.81 | 41.53 | 53.97 | - |
| YUV | 157.2 | 145.38 | 76.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 188 | 188 | 0.55 | 0 | 0 | 0.26 | 180 | 0.43 | 0.54 |
| Hex | 55 | BC | BC | 37 | 0 | 0 | 1A | B4 | 2B | 36 |
| Octal | 125 | 274 | 274 | 67 | 0 | 0 | 32 | 264 | 53 | 66 |
| Binary | 1010101 | 10111100 | 10111100 | 110111 | 0 | 0 | 11010 | 10110100 | 101011 | 110110 |
Color Harmonies of #55BCBC
Complementary color
Monochromatic Colors of #55BCBC
Black with #55BCBC
Text Example
Text Example
White with #55BCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BCBC; }
p { color: rgb(85,188,188); }
H1.HeaderClassName
{
color: #55BCBC;
}
.AnyTagClassName
{
color: #55BCBC;
}
</style>
background-color css
<style>
a { background-color: #55BCBC; }
a { background-color: rgb(85,188,188); }
div.DivClassName
{
background-color: #55BCBC;
}
.BgClassName
{
background-color: #55BCBC;
}
</style>
border-color css
<style>
span { border-color: #55BCBC; }
span { border-color: rgb(85,188,188); }
td.TdClassName
{
border-color: #55BCBC;
}
.TagClassName
{
border-color: #55BCBC;
}
</style>