Shades of Viking #56ADBC
Tints of Viking #56ADBC
RGB
CMYK
RGB Variations
Color information
#56ADBC (or 0x56ADBC) is known color: Viking. HEX triplet: 56, AD and BC. RGB value is (86,173,188). Sum of RGB (Red+Green+Blue) = 86+173+188=447 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.24% from 447); Green value is 173 (67.97% from 255 or 38.70% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 188 - color contains mainly: blue. Hex color #56ADBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56ADBC is #A95243. Grayscale: #949494. Windows color (decimal): -11096644 or 12365142. OLE color: 12365142.
HSL color Cylindrical-coordinate representation of color #56ADBC: hue angle of 188.82º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #56ADBC is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 173 | 188 | - |
| CMYK | 0.54 | 0.08 | 0 | 0.26 |
| HSL | 188.82º | 0.43% | 0.54% | - |
| HSV(B) | 188.82º | 0.54% | 0.74% | - |
| XYZ | 27.86 | 35.5 | 52.96 | - |
| YUV | 148.7 | 150.18 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 173 | 188 | 0.54 | 0.08 | 0 | 0.26 | 188.82 | 0.43 | 0.54 |
| Hex | 56 | AD | BC | 36 | 8 | 0 | 1A | BD | 2B | 36 |
| Octal | 126 | 255 | 274 | 66 | 10 | 0 | 32 | 275 | 53 | 66 |
| Binary | 1010110 | 10101101 | 10111100 | 110110 | 1000 | 0 | 11010 | 10111101 | 101011 | 110110 |
Color Harmonies of #56ADBC
Complementary color
Monochromatic Colors of #56ADBC
Black with #56ADBC
Text Example
Text Example
White with #56ADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56ADBC; }
p { color: rgb(86,173,188); }
H1.HeaderClassName
{
color: #56ADBC;
}
.AnyTagClassName
{
color: #56ADBC;
}
</style>
background-color css
<style>
a { background-color: #56ADBC; }
a { background-color: rgb(86,173,188); }
div.DivClassName
{
background-color: #56ADBC;
}
.BgClassName
{
background-color: #56ADBC;
}
</style>
border-color css
<style>
span { border-color: #56ADBC; }
span { border-color: rgb(86,173,188); }
td.TdClassName
{
border-color: #56ADBC;
}
.TagClassName
{
border-color: #56ADBC;
}
</style>