Shades of Viking #56BFCD
Tints of Viking #56BFCD
RGB
CMYK
RGB Variations
Color information
#56BFCD (or 0x56BFCD) is known color: Viking. HEX triplet: 56, BF and CD. RGB value is (86,191,205). Sum of RGB (Red+Green+Blue) = 86+191+205=482 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.84% from 482); Green value is 191 (75% from 255 or 39.63% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #56BFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BFCD is #A94032. Grayscale: #A1A1A1. Windows color (decimal): -11092019 or 13483862. OLE color: 13483862.
HSL color Cylindrical-coordinate representation of color #56BFCD: hue angle of 187.06º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56BFCD is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 191 | 205 | - |
| CMYK | 0.58 | 0.07 | 0 | 0.20 |
| HSL | 187.06º | 0.54% | 0.57% | - |
| HSV(B) | 187.06º | 0.58% | 0.8% | - |
| XYZ | 33.49 | 43.65 | 64.42 | - |
| YUV | 161.2 | 152.71 | 74.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 191 | 205 | 0.58 | 0.07 | 0 | 0.20 | 187.06 | 0.54 | 0.57 |
| Hex | 56 | BF | CD | 3A | 7 | 0 | 14 | BB | 36 | 39 |
| Octal | 126 | 277 | 315 | 72 | 7 | 0 | 24 | 273 | 66 | 71 |
| Binary | 1010110 | 10111111 | 11001101 | 111010 | 111 | 0 | 10100 | 10111011 | 110110 | 111001 |
Color Harmonies of #56BFCD
Complementary color
Monochromatic Colors of #56BFCD
Black with #56BFCD
Text Example
Text Example
White with #56BFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BFCD; }
p { color: rgb(86,191,205); }
H1.HeaderClassName
{
color: #56BFCD;
}
.AnyTagClassName
{
color: #56BFCD;
}
</style>
background-color css
<style>
a { background-color: #56BFCD; }
a { background-color: rgb(86,191,205); }
div.DivClassName
{
background-color: #56BFCD;
}
.BgClassName
{
background-color: #56BFCD;
}
</style>
border-color css
<style>
span { border-color: #56BFCD; }
span { border-color: rgb(86,191,205); }
td.TdClassName
{
border-color: #56BFCD;
}
.TagClassName
{
border-color: #56BFCD;
}
</style>