Shades of Viking #59BBC1
Tints of Viking #59BBC1
RGB
CMYK
RGB Variations
Color information
#59BBC1 (or 0x59BBC1) is known color: Viking. HEX triplet: 59, BB and C1. RGB value is (89,187,193). Sum of RGB (Red+Green+Blue) = 89+187+193=469 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.98% from 469); Green value is 187 (73.44% from 255 or 39.87% from 469); Blue value is 193 (75.78% from 255 or 41.15% from 469); Max value from RGB is 193 - color contains mainly: blue. Hex color #59BBC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BBC1 is #A6443E. Grayscale: #9E9E9E. Windows color (decimal): -10896447 or 12696409. OLE color: 12696409.
HSL color Cylindrical-coordinate representation of color #59BBC1: hue angle of 183.46º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #59BBC1 is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 187 | 193 | - |
| CMYK | 0.54 | 0.03 | 0 | 0.24 |
| HSL | 183.46º | 0.46% | 0.55% | - |
| HSV(B) | 183.46º | 0.54% | 0.76% | - |
| XYZ | 31.52 | 41.51 | 56.8 | - |
| YUV | 158.38 | 147.53 | 78.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 187 | 193 | 0.54 | 0.03 | 0 | 0.24 | 183.46 | 0.46 | 0.55 |
| Hex | 59 | BB | C1 | 36 | 3 | 0 | 18 | B7 | 2E | 37 |
| Octal | 131 | 273 | 301 | 66 | 3 | 0 | 30 | 267 | 56 | 67 |
| Binary | 1011001 | 10111011 | 11000001 | 110110 | 11 | 0 | 11000 | 10110111 | 101110 | 110111 |
Color Harmonies of #59BBC1
Complementary color
Monochromatic Colors of #59BBC1
Black with #59BBC1
Text Example
Text Example
White with #59BBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BBC1; }
p { color: rgb(89,187,193); }
H1.HeaderClassName
{
color: #59BBC1;
}
.AnyTagClassName
{
color: #59BBC1;
}
</style>
background-color css
<style>
a { background-color: #59BBC1; }
a { background-color: rgb(89,187,193); }
div.DivClassName
{
background-color: #59BBC1;
}
.BgClassName
{
background-color: #59BBC1;
}
</style>
border-color css
<style>
span { border-color: #59BBC1; }
span { border-color: rgb(89,187,193); }
td.TdClassName
{
border-color: #59BBC1;
}
.TagClassName
{
border-color: #59BBC1;
}
</style>