Shades of Viking #55B2BA
Tints of Viking #55B2BA
RGB
CMYK
RGB Variations
Color information
#55B2BA (or 0x55B2BA) is known color: Viking. HEX triplet: 55, B2 and BA. RGB value is (85,178,186). Sum of RGB (Red+Green+Blue) = 85+178+186=449 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.93% from 449); Green value is 178 (69.92% from 255 or 39.64% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 186 - color contains mainly: blue. Hex color #55B2BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55B2BA is #AA4D45. Grayscale: #969696. Windows color (decimal): -11160902 or 12235349. OLE color: 12235349.
HSL color Cylindrical-coordinate representation of color #55B2BA: hue angle of 184.75º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55B2BA is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 178 | 186 | - |
| CMYK | 0.54 | 0.04 | 0 | 0.27 |
| HSL | 184.75º | 0.42% | 0.53% | - |
| HSV(B) | 184.75º | 0.54% | 0.73% | - |
| XYZ | 28.53 | 37.32 | 52.15 | - |
| YUV | 151.11 | 147.69 | 80.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 178 | 186 | 0.54 | 0.04 | 0 | 0.27 | 184.75 | 0.42 | 0.53 |
| Hex | 55 | B2 | BA | 36 | 4 | 0 | 1B | B9 | 2A | 35 |
| Octal | 125 | 262 | 272 | 66 | 4 | 0 | 33 | 271 | 52 | 65 |
| Binary | 1010101 | 10110010 | 10111010 | 110110 | 100 | 0 | 11011 | 10111001 | 101010 | 110101 |
Color Harmonies of #55B2BA
Complementary color
Monochromatic Colors of #55B2BA
Black with #55B2BA
Text Example
Text Example
White with #55B2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B2BA; }
p { color: rgb(85,178,186); }
H1.HeaderClassName
{
color: #55B2BA;
}
.AnyTagClassName
{
color: #55B2BA;
}
</style>
background-color css
<style>
a { background-color: #55B2BA; }
a { background-color: rgb(85,178,186); }
div.DivClassName
{
background-color: #55B2BA;
}
.BgClassName
{
background-color: #55B2BA;
}
</style>
border-color css
<style>
span { border-color: #55B2BA; }
span { border-color: rgb(85,178,186); }
td.TdClassName
{
border-color: #55B2BA;
}
.TagClassName
{
border-color: #55B2BA;
}
</style>