Shades of Viking #56B1CA
Tints of Viking #56B1CA
RGB
CMYK
RGB Variations
Color information
#56B1CA (or 0x56B1CA) is known color: Viking. HEX triplet: 56, B1 and CA. RGB value is (86,177,202). Sum of RGB (Red+Green+Blue) = 86+177+202=465 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.49% from 465); Green value is 177 (69.53% from 255 or 38.06% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 202 - color contains mainly: blue. Hex color #56B1CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56B1CA is #A94E35. Grayscale: #989898. Windows color (decimal): -11095606 or 13283670. OLE color: 13283670.
HSL color Cylindrical-coordinate representation of color #56B1CA: hue angle of 192.93º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #56B1CA is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 86 | 177 | 202 | - |
| CMYK | 0.57 | 0.12 | 0 | 0.21 |
| HSL | 192.93º | 0.52% | 0.56% | - |
| HSV(B) | 192.93º | 0.57% | 0.79% | - |
| XYZ | 30.22 | 37.69 | 61.56 | - |
| YUV | 152.64 | 155.85 | 80.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 177 | 202 | 0.57 | 0.12 | 0 | 0.21 | 192.93 | 0.52 | 0.56 |
| Hex | 56 | B1 | CA | 39 | C | 0 | 15 | C1 | 34 | 38 |
| Octal | 126 | 261 | 312 | 71 | 14 | 0 | 25 | 301 | 64 | 70 |
| Binary | 1010110 | 10110001 | 11001010 | 111001 | 1100 | 0 | 10101 | 11000001 | 110100 | 111000 |
Color Harmonies of #56B1CA
Complementary color
Monochromatic Colors of #56B1CA
Black with #56B1CA
Text Example
Text Example
White with #56B1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56B1CA; }
p { color: rgb(86,177,202); }
H1.HeaderClassName
{
color: #56B1CA;
}
.AnyTagClassName
{
color: #56B1CA;
}
</style>
background-color css
<style>
a { background-color: #56B1CA; }
a { background-color: rgb(86,177,202); }
div.DivClassName
{
background-color: #56B1CA;
}
.BgClassName
{
background-color: #56B1CA;
}
</style>
border-color css
<style>
span { border-color: #56B1CA; }
span { border-color: rgb(86,177,202); }
td.TdClassName
{
border-color: #56B1CA;
}
.TagClassName
{
border-color: #56B1CA;
}
</style>