Shades of Viking #59BDCA
Tints of Viking #59BDCA
RGB
CMYK
RGB Variations
Color information
#59BDCA (or 0x59BDCA) is known color: Viking. HEX triplet: 59, BD and CA. RGB value is (89,189,202). Sum of RGB (Red+Green+Blue) = 89+189+202=480 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.54% from 480); Green value is 189 (74.22% from 255 or 39.38% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 202 - color contains mainly: blue. Hex color #59BDCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BDCA is #A64235. Grayscale: #A0A0A0. Windows color (decimal): -10895926 or 13286745. OLE color: 13286745.
HSL color Cylindrical-coordinate representation of color #59BDCA: hue angle of 186.9º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59BDCA is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 89 | 189 | 202 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.21 |
| HSL | 186.9º | 0.52% | 0.57% | - |
| HSV(B) | 186.9º | 0.56% | 0.79% | - |
| XYZ | 32.98 | 42.78 | 62.4 | - |
| YUV | 160.58 | 151.37 | 76.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 189 | 202 | 0.56 | 0.06 | 0 | 0.21 | 186.9 | 0.52 | 0.57 |
| Hex | 59 | BD | CA | 38 | 6 | 0 | 15 | BB | 34 | 39 |
| Octal | 131 | 275 | 312 | 70 | 6 | 0 | 25 | 273 | 64 | 71 |
| Binary | 1011001 | 10111101 | 11001010 | 111000 | 110 | 0 | 10101 | 10111011 | 110100 | 111001 |
Color Harmonies of #59BDCA
Complementary color
Monochromatic Colors of #59BDCA
Black with #59BDCA
Text Example
Text Example
White with #59BDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BDCA; }
p { color: rgb(89,189,202); }
H1.HeaderClassName
{
color: #59BDCA;
}
.AnyTagClassName
{
color: #59BDCA;
}
</style>
background-color css
<style>
a { background-color: #59BDCA; }
a { background-color: rgb(89,189,202); }
div.DivClassName
{
background-color: #59BDCA;
}
.BgClassName
{
background-color: #59BDCA;
}
</style>
border-color css
<style>
span { border-color: #59BDCA; }
span { border-color: rgb(89,189,202); }
td.TdClassName
{
border-color: #59BDCA;
}
.TagClassName
{
border-color: #59BDCA;
}
</style>