Shades of Viking #56AEBC
Tints of Viking #56AEBC
RGB
CMYK
RGB Variations
Color information
#56AEBC (or 0x56AEBC) is known color: Viking. HEX triplet: 56, AE and BC. RGB value is (86,174,188). Sum of RGB (Red+Green+Blue) = 86+174+188=448 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.20% from 448); Green value is 174 (68.36% from 255 or 38.84% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 188 - color contains mainly: blue. Hex color #56AEBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56AEBC is #A95143. Grayscale: #959595. Windows color (decimal): -11096388 or 12365398. OLE color: 12365398.
HSL color Cylindrical-coordinate representation of color #56AEBC: hue angle of 188.24º 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 #56AEBC is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 174 | 188 | - |
| CMYK | 0.54 | 0.07 | 0 | 0.26 |
| HSL | 188.24º | 0.43% | 0.54% | - |
| HSV(B) | 188.24º | 0.54% | 0.74% | - |
| XYZ | 28.05 | 35.88 | 53.02 | - |
| YUV | 149.28 | 149.85 | 82.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 174 | 188 | 0.54 | 0.07 | 0 | 0.26 | 188.24 | 0.43 | 0.54 |
| Hex | 56 | AE | BC | 36 | 7 | 0 | 1A | BC | 2B | 36 |
| Octal | 126 | 256 | 274 | 66 | 7 | 0 | 32 | 274 | 53 | 66 |
| Binary | 1010110 | 10101110 | 10111100 | 110110 | 111 | 0 | 11010 | 10111100 | 101011 | 110110 |
Color Harmonies of #56AEBC
Complementary color
Monochromatic Colors of #56AEBC
Black with #56AEBC
Text Example
Text Example
White with #56AEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56AEBC; }
p { color: rgb(86,174,188); }
H1.HeaderClassName
{
color: #56AEBC;
}
.AnyTagClassName
{
color: #56AEBC;
}
</style>
background-color css
<style>
a { background-color: #56AEBC; }
a { background-color: rgb(86,174,188); }
div.DivClassName
{
background-color: #56AEBC;
}
.BgClassName
{
background-color: #56AEBC;
}
</style>
border-color css
<style>
span { border-color: #56AEBC; }
span { border-color: rgb(86,174,188); }
td.TdClassName
{
border-color: #56AEBC;
}
.TagClassName
{
border-color: #56AEBC;
}
</style>