Shades of Viking #56B0CC
Tints of Viking #56B0CC
RGB
CMYK
RGB Variations
Color information
#56B0CC (or 0x56B0CC) is known color: Viking. HEX triplet: 56, B0 and CC. RGB value is (86,176,204). Sum of RGB (Red+Green+Blue) = 86+176+204=466 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.45% from 466); Green value is 176 (69.14% from 255 or 37.77% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #56B0CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56B0CC is #A94F33. Grayscale: #989898. Windows color (decimal): -11095860 or 13414486. OLE color: 13414486.
HSL color Cylindrical-coordinate representation of color #56B0CC: hue angle of 194.24º 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 #56B0CC is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 86 | 176 | 204 | - |
| CMYK | 0.58 | 0.14 | 0 | 0.2 |
| HSL | 194.24º | 0.54% | 0.57% | - |
| HSV(B) | 194.24º | 0.58% | 0.8% | - |
| XYZ | 30.26 | 37.39 | 62.75 | - |
| YUV | 152.28 | 157.18 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 176 | 204 | 0.58 | 0.14 | 0 | 0.2 | 194.24 | 0.54 | 0.57 |
| Hex | 56 | B0 | CC | 3A | E | 0 | 14 | C2 | 36 | 39 |
| Octal | 126 | 260 | 314 | 72 | 16 | 0 | 24 | 302 | 66 | 71 |
| Binary | 1010110 | 10110000 | 11001100 | 111010 | 1110 | 0 | 10100 | 11000010 | 110110 | 111001 |
Color Harmonies of #56B0CC
Complementary color
Monochromatic Colors of #56B0CC
Black with #56B0CC
Text Example
Text Example
White with #56B0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56B0CC; }
p { color: rgb(86,176,204); }
H1.HeaderClassName
{
color: #56B0CC;
}
.AnyTagClassName
{
color: #56B0CC;
}
</style>
background-color css
<style>
a { background-color: #56B0CC; }
a { background-color: rgb(86,176,204); }
div.DivClassName
{
background-color: #56B0CC;
}
.BgClassName
{
background-color: #56B0CC;
}
</style>
border-color css
<style>
span { border-color: #56B0CC; }
span { border-color: rgb(86,176,204); }
td.TdClassName
{
border-color: #56B0CC;
}
.TagClassName
{
border-color: #56B0CC;
}
</style>