Shades of Viking #55ACBC
Tints of Viking #55ACBC
RGB
CMYK
RGB Variations
Color information
#55ACBC (or 0x55ACBC) is known color: Viking. HEX triplet: 55, AC and BC. RGB value is (85,172,188). Sum of RGB (Red+Green+Blue) = 85+172+188=445 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.10% from 445); Green value is 172 (67.58% from 255 or 38.65% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 188 - color contains mainly: blue. Hex color #55ACBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55ACBC is #AA5343. Grayscale: #939393. Windows color (decimal): -11162436 or 12364885. OLE color: 12364885.
HSL color Cylindrical-coordinate representation of color #55ACBC: hue angle of 189.32º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55ACBC is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 172 | 188 | - |
| CMYK | 0.55 | 0.09 | 0 | 0.26 |
| HSL | 189.32º | 0.43% | 0.54% | - |
| HSV(B) | 189.32º | 0.55% | 0.74% | - |
| XYZ | 27.58 | 35.07 | 52.89 | - |
| YUV | 147.81 | 150.68 | 83.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 172 | 188 | 0.55 | 0.09 | 0 | 0.26 | 189.32 | 0.43 | 0.54 |
| Hex | 55 | AC | BC | 37 | 9 | 0 | 1A | BD | 2B | 36 |
| Octal | 125 | 254 | 274 | 67 | 11 | 0 | 32 | 275 | 53 | 66 |
| Binary | 1010101 | 10101100 | 10111100 | 110111 | 1001 | 0 | 11010 | 10111101 | 101011 | 110110 |
Color Harmonies of #55ACBC
Complementary color
Monochromatic Colors of #55ACBC
Black with #55ACBC
Text Example
Text Example
White with #55ACBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55ACBC; }
p { color: rgb(85,172,188); }
H1.HeaderClassName
{
color: #55ACBC;
}
.AnyTagClassName
{
color: #55ACBC;
}
</style>
background-color css
<style>
a { background-color: #55ACBC; }
a { background-color: rgb(85,172,188); }
div.DivClassName
{
background-color: #55ACBC;
}
.BgClassName
{
background-color: #55ACBC;
}
</style>
border-color css
<style>
span { border-color: #55ACBC; }
span { border-color: rgb(85,172,188); }
td.TdClassName
{
border-color: #55ACBC;
}
.TagClassName
{
border-color: #55ACBC;
}
</style>