Shades of Viking #59BFCD
Tints of Viking #59BFCD
RGB
CMYK
RGB Variations
Color information
#59BFCD (or 0x59BFCD) is known color: Viking. HEX triplet: 59, BF and CD. RGB value is (89,191,205). Sum of RGB (Red+Green+Blue) = 89+191+205=485 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.35% from 485); Green value is 191 (75% from 255 or 39.38% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #59BFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BFCD is #A64032. Grayscale: #A1A1A1. Windows color (decimal): -10895411 or 13483865. OLE color: 13483865.
HSL color Cylindrical-coordinate representation of color #59BFCD: hue angle of 187.24º 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 #59BFCD is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 191 | 205 | - |
| CMYK | 0.57 | 0.07 | 0 | 0.20 |
| HSL | 187.24º | 0.54% | 0.58% | - |
| HSV(B) | 187.24º | 0.57% | 0.8% | - |
| XYZ | 33.77 | 43.79 | 64.43 | - |
| YUV | 162.1 | 152.21 | 75.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 191 | 205 | 0.57 | 0.07 | 0 | 0.20 | 187.24 | 0.54 | 0.58 |
| Hex | 59 | BF | CD | 39 | 7 | 0 | 14 | BB | 36 | 3A |
| Octal | 131 | 277 | 315 | 71 | 7 | 0 | 24 | 273 | 66 | 72 |
| Binary | 1011001 | 10111111 | 11001101 | 111001 | 111 | 0 | 10100 | 10111011 | 110110 | 111010 |
Color Harmonies of #59BFCD
Complementary color
Monochromatic Colors of #59BFCD
Black with #59BFCD
Text Example
Text Example
White with #59BFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BFCD; }
p { color: rgb(89,191,205); }
H1.HeaderClassName
{
color: #59BFCD;
}
.AnyTagClassName
{
color: #59BFCD;
}
</style>
background-color css
<style>
a { background-color: #59BFCD; }
a { background-color: rgb(89,191,205); }
div.DivClassName
{
background-color: #59BFCD;
}
.BgClassName
{
background-color: #59BFCD;
}
</style>
border-color css
<style>
span { border-color: #59BFCD; }
span { border-color: rgb(89,191,205); }
td.TdClassName
{
border-color: #59BFCD;
}
.TagClassName
{
border-color: #59BFCD;
}
</style>