Shades of Viking #59BCCC
Tints of Viking #59BCCC
RGB
CMYK
RGB Variations
Color information
#59BCCC (or 0x59BCCC) is known color: Viking. HEX triplet: 59, BC and CC. RGB value is (89,188,204). Sum of RGB (Red+Green+Blue) = 89+188+204=481 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.50% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #59BCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BCCC is #A64333. Grayscale: #A0A0A0. Windows color (decimal): -10896180 or 13417561. OLE color: 13417561.
HSL color Cylindrical-coordinate representation of color #59BCCC: hue angle of 188.35º 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 #59BCCC is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 89 | 188 | 204 | - |
| CMYK | 0.56 | 0.08 | 0 | 0.2 |
| HSL | 188.35º | 0.53% | 0.57% | - |
| HSV(B) | 188.35º | 0.56% | 0.8% | - |
| XYZ | 33 | 42.45 | 63.58 | - |
| YUV | 160.22 | 152.7 | 77.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 188 | 204 | 0.56 | 0.08 | 0 | 0.2 | 188.35 | 0.53 | 0.57 |
| Hex | 59 | BC | CC | 38 | 8 | 0 | 14 | BC | 35 | 39 |
| Octal | 131 | 274 | 314 | 70 | 10 | 0 | 24 | 274 | 65 | 71 |
| Binary | 1011001 | 10111100 | 11001100 | 111000 | 1000 | 0 | 10100 | 10111100 | 110101 | 111001 |
Color Harmonies of #59BCCC
Complementary color
Monochromatic Colors of #59BCCC
Black with #59BCCC
Text Example
Text Example
White with #59BCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BCCC; }
p { color: rgb(89,188,204); }
H1.HeaderClassName
{
color: #59BCCC;
}
.AnyTagClassName
{
color: #59BCCC;
}
</style>
background-color css
<style>
a { background-color: #59BCCC; }
a { background-color: rgb(89,188,204); }
div.DivClassName
{
background-color: #59BCCC;
}
.BgClassName
{
background-color: #59BCCC;
}
</style>
border-color css
<style>
span { border-color: #59BCCC; }
span { border-color: rgb(89,188,204); }
td.TdClassName
{
border-color: #59BCCC;
}
.TagClassName
{
border-color: #59BCCC;
}
</style>