Shades of Viking #59BBC7
Tints of Viking #59BBC7
RGB
CMYK
RGB Variations
Color information
#59BBC7 (or 0x59BBC7) is known color: Viking. HEX triplet: 59, BB and C7. RGB value is (89,187,199). Sum of RGB (Red+Green+Blue) = 89+187+199=475 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.74% from 475); Green value is 187 (73.44% from 255 or 39.37% from 475); Blue value is 199 (78.12% from 255 or 41.89% from 475); Max value from RGB is 199 - color contains mainly: blue. Hex color #59BBC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BBC7 is #A64438. Grayscale: #9E9E9E. Windows color (decimal): -10896441 or 13089625. OLE color: 13089625.
HSL color Cylindrical-coordinate representation of color #59BBC7: hue angle of 186.55º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #59BBC7 is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 89 | 187 | 199 | - |
| CMYK | 0.55 | 0.06 | 0 | 0.22 |
| HSL | 186.55º | 0.5% | 0.56% | - |
| HSV(B) | 186.55º | 0.55% | 0.78% | - |
| XYZ | 32.2 | 41.79 | 60.4 | - |
| YUV | 159.07 | 150.53 | 78.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 187 | 199 | 0.55 | 0.06 | 0 | 0.22 | 186.55 | 0.5 | 0.56 |
| Hex | 59 | BB | C7 | 37 | 6 | 0 | 16 | BB | 32 | 38 |
| Octal | 131 | 273 | 307 | 67 | 6 | 0 | 26 | 273 | 62 | 70 |
| Binary | 1011001 | 10111011 | 11000111 | 110111 | 110 | 0 | 10110 | 10111011 | 110010 | 111000 |
Color Harmonies of #59BBC7
Complementary color
Monochromatic Colors of #59BBC7
Black with #59BBC7
Text Example
Text Example
White with #59BBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BBC7; }
p { color: rgb(89,187,199); }
H1.HeaderClassName
{
color: #59BBC7;
}
.AnyTagClassName
{
color: #59BBC7;
}
</style>
background-color css
<style>
a { background-color: #59BBC7; }
a { background-color: rgb(89,187,199); }
div.DivClassName
{
background-color: #59BBC7;
}
.BgClassName
{
background-color: #59BBC7;
}
</style>
border-color css
<style>
span { border-color: #59BBC7; }
span { border-color: rgb(89,187,199); }
td.TdClassName
{
border-color: #59BBC7;
}
.TagClassName
{
border-color: #59BBC7;
}
</style>