Shades of Viking #55ADBA
Tints of Viking #55ADBA
RGB
CMYK
RGB Variations
Color information
#55ADBA (or 0x55ADBA) is known color: Viking. HEX triplet: 55, AD and BA. RGB value is (85,173,186). Sum of RGB (Red+Green+Blue) = 85+173+186=444 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.14% from 444); Green value is 173 (67.97% from 255 or 38.96% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #55ADBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55ADBA is #AA5245. Grayscale: #949494. Windows color (decimal): -11162182 or 12234069. OLE color: 12234069.
HSL color Cylindrical-coordinate representation of color #55ADBA: hue angle of 187.72º 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 #55ADBA is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 173 | 186 | - |
| CMYK | 0.54 | 0.07 | 0 | 0.27 |
| HSL | 187.72º | 0.42% | 0.53% | - |
| HSV(B) | 187.72º | 0.54% | 0.73% | - |
| XYZ | 27.55 | 35.36 | 51.83 | - |
| YUV | 148.17 | 149.35 | 82.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 173 | 186 | 0.54 | 0.07 | 0 | 0.27 | 187.72 | 0.42 | 0.53 |
| Hex | 55 | AD | BA | 36 | 7 | 0 | 1B | BC | 2A | 35 |
| Octal | 125 | 255 | 272 | 66 | 7 | 0 | 33 | 274 | 52 | 65 |
| Binary | 1010101 | 10101101 | 10111010 | 110110 | 111 | 0 | 11011 | 10111100 | 101010 | 110101 |
Color Harmonies of #55ADBA
Complementary color
Monochromatic Colors of #55ADBA
Black with #55ADBA
Text Example
Text Example
White with #55ADBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55ADBA; }
p { color: rgb(85,173,186); }
H1.HeaderClassName
{
color: #55ADBA;
}
.AnyTagClassName
{
color: #55ADBA;
}
</style>
background-color css
<style>
a { background-color: #55ADBA; }
a { background-color: rgb(85,173,186); }
div.DivClassName
{
background-color: #55ADBA;
}
.BgClassName
{
background-color: #55ADBA;
}
</style>
border-color css
<style>
span { border-color: #55ADBA; }
span { border-color: rgb(85,173,186); }
td.TdClassName
{
border-color: #55ADBA;
}
.TagClassName
{
border-color: #55ADBA;
}
</style>