Shades of Viking #59C1CC
Tints of Viking #59C1CC
RGB
CMYK
RGB Variations
Color information
#59C1CC (or 0x59C1CC) is known color: Viking. HEX triplet: 59, C1 and CC. RGB value is (89,193,204). Sum of RGB (Red+Green+Blue) = 89+193+204=486 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.31% from 486); Green value is 193 (75.78% from 255 or 39.71% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #59C1CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59C1CC is #A63E33. Grayscale: #A3A3A3. Windows color (decimal): -10894900 or 13418841. OLE color: 13418841.
HSL color Cylindrical-coordinate representation of color #59C1CC: hue angle of 185.74º 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 #59C1CC is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 89 | 193 | 204 | - |
| CMYK | 0.56 | 0.05 | 0 | 0.2 |
| HSL | 185.74º | 0.53% | 0.57% | - |
| HSV(B) | 185.74º | 0.56% | 0.8% | - |
| XYZ | 34.09 | 44.62 | 63.94 | - |
| YUV | 163.16 | 151.04 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 193 | 204 | 0.56 | 0.05 | 0 | 0.2 | 185.74 | 0.53 | 0.57 |
| Hex | 59 | C1 | CC | 38 | 5 | 0 | 14 | BA | 35 | 39 |
| Octal | 131 | 301 | 314 | 70 | 5 | 0 | 24 | 272 | 65 | 71 |
| Binary | 1011001 | 11000001 | 11001100 | 111000 | 101 | 0 | 10100 | 10111010 | 110101 | 111001 |
Color Harmonies of #59C1CC
Complementary color
Monochromatic Colors of #59C1CC
Black with #59C1CC
Text Example
Text Example
White with #59C1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C1CC; }
p { color: rgb(89,193,204); }
H1.HeaderClassName
{
color: #59C1CC;
}
.AnyTagClassName
{
color: #59C1CC;
}
</style>
background-color css
<style>
a { background-color: #59C1CC; }
a { background-color: rgb(89,193,204); }
div.DivClassName
{
background-color: #59C1CC;
}
.BgClassName
{
background-color: #59C1CC;
}
</style>
border-color css
<style>
span { border-color: #59C1CC; }
span { border-color: rgb(89,193,204); }
td.TdClassName
{
border-color: #59C1CC;
}
.TagClassName
{
border-color: #59C1CC;
}
</style>