Shades of Viking #55BBBD
Tints of Viking #55BBBD
RGB
CMYK
RGB Variations
Color information
#55BBBD (or 0x55BBBD) is known color: Viking. HEX triplet: 55, BB and BD. RGB value is (85,187,189). Sum of RGB (Red+Green+Blue) = 85+187+189=461 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.44% from 461); Green value is 187 (73.44% from 255 or 40.56% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 189 - color contains mainly: blue. Hex color #55BBBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BBBD is #AA4442. Grayscale: #9C9C9C. Windows color (decimal): -11158595 or 12434261. OLE color: 12434261.
HSL color Cylindrical-coordinate representation of color #55BBBD: hue angle of 181.15º degrees, saturation: 0.44, 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 #55BBBD is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 187 | 189 | - |
| CMYK | 0.55 | 0.01 | 0 | 0.26 |
| HSL | 181.15º | 0.44% | 0.54% | - |
| HSV(B) | 181.15º | 0.55% | 0.74% | - |
| XYZ | 30.7 | 41.15 | 54.47 | - |
| YUV | 156.73 | 146.21 | 76.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 187 | 189 | 0.55 | 0.01 | 0 | 0.26 | 181.15 | 0.44 | 0.54 |
| Hex | 55 | BB | BD | 37 | 1 | 0 | 1A | B5 | 2C | 36 |
| Octal | 125 | 273 | 275 | 67 | 1 | 0 | 32 | 265 | 54 | 66 |
| Binary | 1010101 | 10111011 | 10111101 | 110111 | 1 | 0 | 11010 | 10110101 | 101100 | 110110 |
Color Harmonies of #55BBBD
Complementary color
Monochromatic Colors of #55BBBD
Black with #55BBBD
Text Example
Text Example
White with #55BBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BBBD; }
p { color: rgb(85,187,189); }
H1.HeaderClassName
{
color: #55BBBD;
}
.AnyTagClassName
{
color: #55BBBD;
}
</style>
background-color css
<style>
a { background-color: #55BBBD; }
a { background-color: rgb(85,187,189); }
div.DivClassName
{
background-color: #55BBBD;
}
.BgClassName
{
background-color: #55BBBD;
}
</style>
border-color css
<style>
span { border-color: #55BBBD; }
span { border-color: rgb(85,187,189); }
td.TdClassName
{
border-color: #55BBBD;
}
.TagClassName
{
border-color: #55BBBD;
}
</style>