Shades of Viking #55BDC0
Tints of Viking #55BDC0
RGB
CMYK
RGB Variations
Color information
#55BDC0 (or 0x55BDC0) is known color: Viking. HEX triplet: 55, BD and C0. RGB value is (85,189,192). Sum of RGB (Red+Green+Blue) = 85+189+192=466 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.24% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 192 (75.39% from 255 or 41.20% from 466); Max value from RGB is 192 - color contains mainly: blue. Hex color #55BDC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BDC0 is #AA423F. Grayscale: #9E9E9E. Windows color (decimal): -11158080 or 12631381. OLE color: 12631381.
HSL color Cylindrical-coordinate representation of color #55BDC0: hue angle of 181.68º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55BDC0 is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 189 | 192 | - |
| CMYK | 0.56 | 0.02 | 0 | 0.25 |
| HSL | 181.68º | 0.46% | 0.54% | - |
| HSV(B) | 181.68º | 0.56% | 0.75% | - |
| XYZ | 31.46 | 42.13 | 56.34 | - |
| YUV | 158.25 | 147.04 | 75.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 189 | 192 | 0.56 | 0.02 | 0 | 0.25 | 181.68 | 0.46 | 0.54 |
| Hex | 55 | BD | C0 | 38 | 2 | 0 | 19 | B6 | 2E | 36 |
| Octal | 125 | 275 | 300 | 70 | 2 | 0 | 31 | 266 | 56 | 66 |
| Binary | 1010101 | 10111101 | 11000000 | 111000 | 10 | 0 | 11001 | 10110110 | 101110 | 110110 |
Color Harmonies of #55BDC0
Complementary color
Monochromatic Colors of #55BDC0
Black with #55BDC0
Text Example
Text Example
White with #55BDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BDC0; }
p { color: rgb(85,189,192); }
H1.HeaderClassName
{
color: #55BDC0;
}
.AnyTagClassName
{
color: #55BDC0;
}
</style>
background-color css
<style>
a { background-color: #55BDC0; }
a { background-color: rgb(85,189,192); }
div.DivClassName
{
background-color: #55BDC0;
}
.BgClassName
{
background-color: #55BDC0;
}
</style>
border-color css
<style>
span { border-color: #55BDC0; }
span { border-color: rgb(85,189,192); }
td.TdClassName
{
border-color: #55BDC0;
}
.TagClassName
{
border-color: #55BDC0;
}
</style>