Shades of Viking #55AEC0
Tints of Viking #55AEC0
RGB
CMYK
RGB Variations
Color information
#55AEC0 (or 0x55AEC0) is known color: Viking. HEX triplet: 55, AE and C0. RGB value is (85,174,192). Sum of RGB (Red+Green+Blue) = 85+174+192=451 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.85% from 451); Green value is 174 (68.36% from 255 or 38.58% from 451); Blue value is 192 (75.39% from 255 or 42.57% from 451); Max value from RGB is 192 - color contains mainly: blue. Hex color #55AEC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55AEC0 is #AA513F. Grayscale: #959595. Windows color (decimal): -11161920 or 12627541. OLE color: 12627541.
HSL color Cylindrical-coordinate representation of color #55AEC0: hue angle of 190.09º 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 #55AEC0 is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 174 | 192 | - |
| CMYK | 0.56 | 0.09 | 0 | 0.25 |
| HSL | 190.09º | 0.46% | 0.54% | - |
| HSV(B) | 190.09º | 0.56% | 0.75% | - |
| XYZ | 28.4 | 36.01 | 55.32 | - |
| YUV | 149.44 | 152.01 | 82.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 174 | 192 | 0.56 | 0.09 | 0 | 0.25 | 190.09 | 0.46 | 0.54 |
| Hex | 55 | AE | C0 | 38 | 9 | 0 | 19 | BE | 2E | 36 |
| Octal | 125 | 256 | 300 | 70 | 11 | 0 | 31 | 276 | 56 | 66 |
| Binary | 1010101 | 10101110 | 11000000 | 111000 | 1001 | 0 | 11001 | 10111110 | 101110 | 110110 |
Color Harmonies of #55AEC0
Complementary color
Monochromatic Colors of #55AEC0
Black with #55AEC0
Text Example
Text Example
White with #55AEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AEC0; }
p { color: rgb(85,174,192); }
H1.HeaderClassName
{
color: #55AEC0;
}
.AnyTagClassName
{
color: #55AEC0;
}
</style>
background-color css
<style>
a { background-color: #55AEC0; }
a { background-color: rgb(85,174,192); }
div.DivClassName
{
background-color: #55AEC0;
}
.BgClassName
{
background-color: #55AEC0;
}
</style>
border-color css
<style>
span { border-color: #55AEC0; }
span { border-color: rgb(85,174,192); }
td.TdClassName
{
border-color: #55AEC0;
}
.TagClassName
{
border-color: #55AEC0;
}
</style>