Shades of Viking #55AAC0
Tints of Viking #55AAC0
RGB
CMYK
RGB Variations
Color information
#55AAC0 (or 0x55AAC0) is known color: Viking. HEX triplet: 55, AA and C0. RGB value is (85,170,192). Sum of RGB (Red+Green+Blue) = 85+170+192=447 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.02% from 447); Green value is 170 (66.80% from 255 or 38.03% from 447); Blue value is 192 (75.39% from 255 or 42.95% from 447); Max value from RGB is 192 - color contains mainly: blue. Hex color #55AAC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55AAC0 is #AA553F. Grayscale: #929292. Windows color (decimal): -11162944 or 12626517. OLE color: 12626517.
HSL color Cylindrical-coordinate representation of color #55AAC0: hue angle of 192.34º 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 #55AAC0 is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 170 | 192 | - |
| CMYK | 0.56 | 0.11 | 0 | 0.25 |
| HSL | 192.34º | 0.46% | 0.54% | - |
| HSV(B) | 192.34º | 0.56% | 0.75% | - |
| XYZ | 27.64 | 34.49 | 55.07 | - |
| YUV | 147.09 | 153.34 | 83.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 170 | 192 | 0.56 | 0.11 | 0 | 0.25 | 192.34 | 0.46 | 0.54 |
| Hex | 55 | AA | C0 | 38 | B | 0 | 19 | C0 | 2E | 36 |
| Octal | 125 | 252 | 300 | 70 | 13 | 0 | 31 | 300 | 56 | 66 |
| Binary | 1010101 | 10101010 | 11000000 | 111000 | 1011 | 0 | 11001 | 11000000 | 101110 | 110110 |
Color Harmonies of #55AAC0
Complementary color
Monochromatic Colors of #55AAC0
Black with #55AAC0
Text Example
Text Example
White with #55AAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AAC0; }
p { color: rgb(85,170,192); }
H1.HeaderClassName
{
color: #55AAC0;
}
.AnyTagClassName
{
color: #55AAC0;
}
</style>
background-color css
<style>
a { background-color: #55AAC0; }
a { background-color: rgb(85,170,192); }
div.DivClassName
{
background-color: #55AAC0;
}
.BgClassName
{
background-color: #55AAC0;
}
</style>
border-color css
<style>
span { border-color: #55AAC0; }
span { border-color: rgb(85,170,192); }
td.TdClassName
{
border-color: #55AAC0;
}
.TagClassName
{
border-color: #55AAC0;
}
</style>