Shades of Viking #59BBCC
Tints of Viking #59BBCC
RGB
CMYK
RGB Variations
Color information
#59BBCC (or 0x59BBCC) is known color: Viking. HEX triplet: 59, BB and CC. RGB value is (89,187,204). Sum of RGB (Red+Green+Blue) = 89+187+204=480 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.54% from 480); Green value is 187 (73.44% from 255 or 38.96% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #59BBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BBCC is #A64433. Grayscale: #9F9F9F. Windows color (decimal): -10896436 or 13417305. OLE color: 13417305.
HSL color Cylindrical-coordinate representation of color #59BBCC: hue angle of 188.87º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59BBCC is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 89 | 187 | 204 | - |
| CMYK | 0.56 | 0.08 | 0 | 0.2 |
| HSL | 188.87º | 0.53% | 0.57% | - |
| HSV(B) | 188.87º | 0.56% | 0.8% | - |
| XYZ | 32.79 | 42.02 | 63.51 | - |
| YUV | 159.64 | 153.03 | 77.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 187 | 204 | 0.56 | 0.08 | 0 | 0.2 | 188.87 | 0.53 | 0.57 |
| Hex | 59 | BB | CC | 38 | 8 | 0 | 14 | BD | 35 | 39 |
| Octal | 131 | 273 | 314 | 70 | 10 | 0 | 24 | 275 | 65 | 71 |
| Binary | 1011001 | 10111011 | 11001100 | 111000 | 1000 | 0 | 10100 | 10111101 | 110101 | 111001 |
Color Harmonies of #59BBCC
Complementary color
Monochromatic Colors of #59BBCC
Black with #59BBCC
Text Example
Text Example
White with #59BBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BBCC; }
p { color: rgb(89,187,204); }
H1.HeaderClassName
{
color: #59BBCC;
}
.AnyTagClassName
{
color: #59BBCC;
}
</style>
background-color css
<style>
a { background-color: #59BBCC; }
a { background-color: rgb(89,187,204); }
div.DivClassName
{
background-color: #59BBCC;
}
.BgClassName
{
background-color: #59BBCC;
}
</style>
border-color css
<style>
span { border-color: #59BBCC; }
span { border-color: rgb(89,187,204); }
td.TdClassName
{
border-color: #59BBCC;
}
.TagClassName
{
border-color: #59BBCC;
}
</style>