Shades of Viking #59BCCD
Tints of Viking #59BCCD
RGB
CMYK
RGB Variations
Color information
#59BCCD (or 0x59BCCD) is known color: Viking. HEX triplet: 59, BC and CD. RGB value is (89,188,205). Sum of RGB (Red+Green+Blue) = 89+188+205=482 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.46% from 482); Green value is 188 (73.83% from 255 or 39.00% 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 #59BCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BCCD is #A64332. Grayscale: #A0A0A0. Windows color (decimal): -10896179 or 13483097. OLE color: 13483097.
HSL color Cylindrical-coordinate representation of color #59BCCD: hue angle of 188.79º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59BCCD is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 188 | 205 | - |
| CMYK | 0.57 | 0.08 | 0 | 0.20 |
| HSL | 188.79º | 0.54% | 0.58% | - |
| HSV(B) | 188.79º | 0.57% | 0.8% | - |
| XYZ | 33.12 | 42.5 | 64.21 | - |
| YUV | 160.34 | 153.2 | 77.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 188 | 205 | 0.57 | 0.08 | 0 | 0.20 | 188.79 | 0.54 | 0.58 |
| Hex | 59 | BC | CD | 39 | 8 | 0 | 14 | BD | 36 | 3A |
| Octal | 131 | 274 | 315 | 71 | 10 | 0 | 24 | 275 | 66 | 72 |
| Binary | 1011001 | 10111100 | 11001101 | 111001 | 1000 | 0 | 10100 | 10111101 | 110110 | 111010 |
Color Harmonies of #59BCCD
Complementary color
Monochromatic Colors of #59BCCD
Black with #59BCCD
Text Example
Text Example
White with #59BCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BCCD; }
p { color: rgb(89,188,205); }
H1.HeaderClassName
{
color: #59BCCD;
}
.AnyTagClassName
{
color: #59BCCD;
}
</style>
background-color css
<style>
a { background-color: #59BCCD; }
a { background-color: rgb(89,188,205); }
div.DivClassName
{
background-color: #59BCCD;
}
.BgClassName
{
background-color: #59BCCD;
}
</style>
border-color css
<style>
span { border-color: #59BCCD; }
span { border-color: rgb(89,188,205); }
td.TdClassName
{
border-color: #59BCCD;
}
.TagClassName
{
border-color: #59BCCD;
}
</style>