Shades of Viking #55BACA
Tints of Viking #55BACA
RGB
CMYK
RGB Variations
Color information
#55BACA (or 0x55BACA) is known color: Viking. HEX triplet: 55, BA and CA. RGB value is (85,186,202). Sum of RGB (Red+Green+Blue) = 85+186+202=473 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.97% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 202 - color contains mainly: blue. Hex color #55BACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BACA is #AA4535. Grayscale: #9D9D9D. Windows color (decimal): -11158838 or 13285973. OLE color: 13285973.
HSL color Cylindrical-coordinate representation of color #55BACA: hue angle of 188.21º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55BACA is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 85 | 186 | 202 | - |
| CMYK | 0.58 | 0.08 | 0 | 0.21 |
| HSL | 188.21º | 0.52% | 0.56% | - |
| HSV(B) | 188.21º | 0.58% | 0.79% | - |
| XYZ | 31.97 | 41.31 | 62.17 | - |
| YUV | 157.63 | 153.04 | 76.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 186 | 202 | 0.58 | 0.08 | 0 | 0.21 | 188.21 | 0.52 | 0.56 |
| Hex | 55 | BA | CA | 3A | 8 | 0 | 15 | BC | 34 | 38 |
| Octal | 125 | 272 | 312 | 72 | 10 | 0 | 25 | 274 | 64 | 70 |
| Binary | 1010101 | 10111010 | 11001010 | 111010 | 1000 | 0 | 10101 | 10111100 | 110100 | 111000 |
Color Harmonies of #55BACA
Complementary color
Monochromatic Colors of #55BACA
Black with #55BACA
Text Example
Text Example
White with #55BACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BACA; }
p { color: rgb(85,186,202); }
H1.HeaderClassName
{
color: #55BACA;
}
.AnyTagClassName
{
color: #55BACA;
}
</style>
background-color css
<style>
a { background-color: #55BACA; }
a { background-color: rgb(85,186,202); }
div.DivClassName
{
background-color: #55BACA;
}
.BgClassName
{
background-color: #55BACA;
}
</style>
border-color css
<style>
span { border-color: #55BACA; }
span { border-color: rgb(85,186,202); }
td.TdClassName
{
border-color: #55BACA;
}
.TagClassName
{
border-color: #55BACA;
}
</style>