Shades of Viking #55B7BE
Tints of Viking #55B7BE
RGB
CMYK
RGB Variations
Color information
#55B7BE (or 0x55B7BE) is known color: Viking. HEX triplet: 55, B7 and BE. RGB value is (85,183,190). Sum of RGB (Red+Green+Blue) = 85+183+190=458 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.56% from 458); Green value is 183 (71.88% from 255 or 39.96% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 190 - color contains mainly: blue. Hex color #55B7BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55B7BE is #AA4841. Grayscale: #9A9A9A. Windows color (decimal): -11159618 or 12498773. OLE color: 12498773.
HSL color Cylindrical-coordinate representation of color #55B7BE: hue angle of 184º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55B7BE is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 183 | 190 | - |
| CMYK | 0.55 | 0.04 | 0 | 0.25 |
| HSL | 184º | 0.45% | 0.54% | - |
| HSV(B) | 184º | 0.55% | 0.75% | - |
| XYZ | 29.97 | 39.52 | 54.76 | - |
| YUV | 154.5 | 148.03 | 78.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 183 | 190 | 0.55 | 0.04 | 0 | 0.25 | 184 | 0.45 | 0.54 |
| Hex | 55 | B7 | BE | 37 | 4 | 0 | 19 | B8 | 2D | 36 |
| Octal | 125 | 267 | 276 | 67 | 4 | 0 | 31 | 270 | 55 | 66 |
| Binary | 1010101 | 10110111 | 10111110 | 110111 | 100 | 0 | 11001 | 10111000 | 101101 | 110110 |
Color Harmonies of #55B7BE
Complementary color
Monochromatic Colors of #55B7BE
Black with #55B7BE
Text Example
Text Example
White with #55B7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B7BE; }
p { color: rgb(85,183,190); }
H1.HeaderClassName
{
color: #55B7BE;
}
.AnyTagClassName
{
color: #55B7BE;
}
</style>
background-color css
<style>
a { background-color: #55B7BE; }
a { background-color: rgb(85,183,190); }
div.DivClassName
{
background-color: #55B7BE;
}
.BgClassName
{
background-color: #55B7BE;
}
</style>
border-color css
<style>
span { border-color: #55B7BE; }
span { border-color: rgb(85,183,190); }
td.TdClassName
{
border-color: #55B7BE;
}
.TagClassName
{
border-color: #55B7BE;
}
</style>