Shades of Viking #55ADCE
Tints of Viking #55ADCE
RGB
CMYK
RGB Variations
Color information
#55ADCE (or 0x55ADCE) is known color: Viking. HEX triplet: 55, AD and CE. RGB value is (85,173,206). Sum of RGB (Red+Green+Blue) = 85+173+206=464 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.32% from 464); Green value is 173 (67.97% from 255 or 37.28% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #55ADCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55ADCE is #AA5231. Grayscale: #969696. Windows color (decimal): -11162162 or 13544789. OLE color: 13544789.
HSL color Cylindrical-coordinate representation of color #55ADCE: hue angle of 196.36º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55ADCE is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 173 | 206 | - |
| CMYK | 0.59 | 0.16 | 0 | 0.19 |
| HSL | 196.36º | 0.55% | 0.57% | - |
| HSV(B) | 196.36º | 0.59% | 0.81% | - |
| XYZ | 29.83 | 36.27 | 63.82 | - |
| YUV | 150.45 | 159.35 | 81.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 173 | 206 | 0.59 | 0.16 | 0 | 0.19 | 196.36 | 0.55 | 0.57 |
| Hex | 55 | AD | CE | 3B | 10 | 0 | 13 | C4 | 37 | 39 |
| Octal | 125 | 255 | 316 | 73 | 20 | 0 | 23 | 304 | 67 | 71 |
| Binary | 1010101 | 10101101 | 11001110 | 111011 | 10000 | 0 | 10011 | 11000100 | 110111 | 111001 |
Color Harmonies of #55ADCE
Complementary color
Monochromatic Colors of #55ADCE
Black with #55ADCE
Text Example
Text Example
White with #55ADCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55ADCE; }
p { color: rgb(85,173,206); }
H1.HeaderClassName
{
color: #55ADCE;
}
.AnyTagClassName
{
color: #55ADCE;
}
</style>
background-color css
<style>
a { background-color: #55ADCE; }
a { background-color: rgb(85,173,206); }
div.DivClassName
{
background-color: #55ADCE;
}
.BgClassName
{
background-color: #55ADCE;
}
</style>
border-color css
<style>
span { border-color: #55ADCE; }
span { border-color: rgb(85,173,206); }
td.TdClassName
{
border-color: #55ADCE;
}
.TagClassName
{
border-color: #55ADCE;
}
</style>