Shades of Viking #55A8BC
Tints of Viking #55A8BC
RGB
CMYK
RGB Variations
Color information
#55A8BC (or 0x55A8BC) is known color: Viking. HEX triplet: 55, A8 and BC. RGB value is (85,168,188). Sum of RGB (Red+Green+Blue) = 85+168+188=441 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.27% from 441); Green value is 168 (66.02% from 255 or 38.10% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 188 - color contains mainly: blue. Hex color #55A8BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A8BC is #AA5743. Grayscale: #919191. Windows color (decimal): -11163460 or 12363861. OLE color: 12363861.
HSL color Cylindrical-coordinate representation of color #55A8BC: hue angle of 191.65º 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 #55A8BC is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 168 | 188 | - |
| CMYK | 0.55 | 0.11 | 0 | 0.26 |
| HSL | 191.65º | 0.43% | 0.54% | - |
| HSV(B) | 191.65º | 0.55% | 0.74% | - |
| XYZ | 26.83 | 33.57 | 52.64 | - |
| YUV | 145.46 | 152 | 84.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 168 | 188 | 0.55 | 0.11 | 0 | 0.26 | 191.65 | 0.43 | 0.54 |
| Hex | 55 | A8 | BC | 37 | B | 0 | 1A | C0 | 2B | 36 |
| Octal | 125 | 250 | 274 | 67 | 13 | 0 | 32 | 300 | 53 | 66 |
| Binary | 1010101 | 10101000 | 10111100 | 110111 | 1011 | 0 | 11010 | 11000000 | 101011 | 110110 |
Color Harmonies of #55A8BC
Complementary color
Monochromatic Colors of #55A8BC
Black with #55A8BC
Text Example
Text Example
White with #55A8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A8BC; }
p { color: rgb(85,168,188); }
H1.HeaderClassName
{
color: #55A8BC;
}
.AnyTagClassName
{
color: #55A8BC;
}
</style>
background-color css
<style>
a { background-color: #55A8BC; }
a { background-color: rgb(85,168,188); }
div.DivClassName
{
background-color: #55A8BC;
}
.BgClassName
{
background-color: #55A8BC;
}
</style>
border-color css
<style>
span { border-color: #55A8BC; }
span { border-color: rgb(85,168,188); }
td.TdClassName
{
border-color: #55A8BC;
}
.TagClassName
{
border-color: #55A8BC;
}
</style>