Shades of Viking #56B2CA
Tints of Viking #56B2CA
RGB
CMYK
RGB Variations
Color information
#56B2CA (or 0x56B2CA) is known color: Viking. HEX triplet: 56, B2 and CA. RGB value is (86,178,202). Sum of RGB (Red+Green+Blue) = 86+178+202=466 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.45% from 466); Green value is 178 (69.92% from 255 or 38.20% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 202 - color contains mainly: blue. Hex color #56B2CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56B2CA is #A94D35. Grayscale: #999999. Windows color (decimal): -11095350 or 13283926. OLE color: 13283926.
HSL color Cylindrical-coordinate representation of color #56B2CA: hue angle of 192.41º 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 #56B2CA is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 86 | 178 | 202 | - |
| CMYK | 0.57 | 0.12 | 0 | 0.21 |
| HSL | 192.41º | 0.52% | 0.56% | - |
| HSV(B) | 192.41º | 0.57% | 0.79% | - |
| XYZ | 30.42 | 38.08 | 61.62 | - |
| YUV | 153.23 | 155.52 | 80.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 178 | 202 | 0.57 | 0.12 | 0 | 0.21 | 192.41 | 0.52 | 0.56 |
| Hex | 56 | B2 | CA | 39 | C | 0 | 15 | C0 | 34 | 38 |
| Octal | 126 | 262 | 312 | 71 | 14 | 0 | 25 | 300 | 64 | 70 |
| Binary | 1010110 | 10110010 | 11001010 | 111001 | 1100 | 0 | 10101 | 11000000 | 110100 | 111000 |
Color Harmonies of #56B2CA
Complementary color
Monochromatic Colors of #56B2CA
Black with #56B2CA
Text Example
Text Example
White with #56B2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56B2CA; }
p { color: rgb(86,178,202); }
H1.HeaderClassName
{
color: #56B2CA;
}
.AnyTagClassName
{
color: #56B2CA;
}
</style>
background-color css
<style>
a { background-color: #56B2CA; }
a { background-color: rgb(86,178,202); }
div.DivClassName
{
background-color: #56B2CA;
}
.BgClassName
{
background-color: #56B2CA;
}
</style>
border-color css
<style>
span { border-color: #56B2CA; }
span { border-color: rgb(86,178,202); }
td.TdClassName
{
border-color: #56B2CA;
}
.TagClassName
{
border-color: #56B2CA;
}
</style>