Shades of Viking #59BBCE
Tints of Viking #59BBCE
RGB
CMYK
RGB Variations
Color information
#59BBCE (or 0x59BBCE) is known color: Viking. HEX triplet: 59, BB and CE. RGB value is (89,187,206). Sum of RGB (Red+Green+Blue) = 89+187+206=482 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.46% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #59BBCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BBCE is #A64431. Grayscale: #9F9F9F. Windows color (decimal): -10896434 or 13548377. OLE color: 13548377.
HSL color Cylindrical-coordinate representation of color #59BBCE: hue angle of 189.74º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59BBCE is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 187 | 206 | - |
| CMYK | 0.57 | 0.09 | 0 | 0.19 |
| HSL | 189.74º | 0.54% | 0.58% | - |
| HSV(B) | 189.74º | 0.57% | 0.81% | - |
| XYZ | 33.03 | 42.12 | 64.78 | - |
| YUV | 159.86 | 154.03 | 77.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 187 | 206 | 0.57 | 0.09 | 0 | 0.19 | 189.74 | 0.54 | 0.58 |
| Hex | 59 | BB | CE | 39 | 9 | 0 | 13 | BE | 36 | 3A |
| Octal | 131 | 273 | 316 | 71 | 11 | 0 | 23 | 276 | 66 | 72 |
| Binary | 1011001 | 10111011 | 11001110 | 111001 | 1001 | 0 | 10011 | 10111110 | 110110 | 111010 |
Color Harmonies of #59BBCE
Complementary color
Monochromatic Colors of #59BBCE
Black with #59BBCE
Text Example
Text Example
White with #59BBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BBCE; }
p { color: rgb(89,187,206); }
H1.HeaderClassName
{
color: #59BBCE;
}
.AnyTagClassName
{
color: #59BBCE;
}
</style>
background-color css
<style>
a { background-color: #59BBCE; }
a { background-color: rgb(89,187,206); }
div.DivClassName
{
background-color: #59BBCE;
}
.BgClassName
{
background-color: #59BBCE;
}
</style>
border-color css
<style>
span { border-color: #59BBCE; }
span { border-color: rgb(89,187,206); }
td.TdClassName
{
border-color: #59BBCE;
}
.TagClassName
{
border-color: #59BBCE;
}
</style>