Shades of Viking #59B3CF
Tints of Viking #59B3CF
RGB
CMYK
RGB Variations
Color information
#59B3CF (or 0x59B3CF) is known color: Viking. HEX triplet: 59, B3 and CF. RGB value is (89,179,207). Sum of RGB (Red+Green+Blue) = 89+179+207=475 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.74% from 475); Green value is 179 (70.31% from 255 or 37.68% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #59B3CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59B3CF is #A64C30. Grayscale: #9B9B9B. Windows color (decimal): -10898481 or 13611865. OLE color: 13611865.
HSL color Cylindrical-coordinate representation of color #59B3CF: hue angle of 194.24º degrees, saturation: 0.55, 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 #59B3CF is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 179 | 207 | - |
| CMYK | 0.57 | 0.14 | 0 | 0.19 |
| HSL | 194.24º | 0.55% | 0.58% | - |
| HSV(B) | 194.24º | 0.57% | 0.81% | - |
| XYZ | 31.5 | 38.87 | 64.87 | - |
| YUV | 155.28 | 157.18 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 179 | 207 | 0.57 | 0.14 | 0 | 0.19 | 194.24 | 0.55 | 0.58 |
| Hex | 59 | B3 | CF | 39 | E | 0 | 13 | C2 | 37 | 3A |
| Octal | 131 | 263 | 317 | 71 | 16 | 0 | 23 | 302 | 67 | 72 |
| Binary | 1011001 | 10110011 | 11001111 | 111001 | 1110 | 0 | 10011 | 11000010 | 110111 | 111010 |
Color Harmonies of #59B3CF
Complementary color
Monochromatic Colors of #59B3CF
Black with #59B3CF
Text Example
Text Example
White with #59B3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59B3CF; }
p { color: rgb(89,179,207); }
H1.HeaderClassName
{
color: #59B3CF;
}
.AnyTagClassName
{
color: #59B3CF;
}
</style>
background-color css
<style>
a { background-color: #59B3CF; }
a { background-color: rgb(89,179,207); }
div.DivClassName
{
background-color: #59B3CF;
}
.BgClassName
{
background-color: #59B3CF;
}
</style>
border-color css
<style>
span { border-color: #59B3CF; }
span { border-color: rgb(89,179,207); }
td.TdClassName
{
border-color: #59B3CF;
}
.TagClassName
{
border-color: #59B3CF;
}
</style>