Shades of Viking #59B0CA
Tints of Viking #59B0CA
RGB
CMYK
RGB Variations
Color information
#59B0CA (or 0x59B0CA) is known color: Viking. HEX triplet: 59, B0 and CA. RGB value is (89,176,202). Sum of RGB (Red+Green+Blue) = 89+176+202=467 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.06% from 467); Green value is 176 (69.14% from 255 or 37.69% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: blue. Hex color #59B0CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59B0CA is #A64F35. Grayscale: #989898. Windows color (decimal): -10899254 or 13283417. OLE color: 13283417.
HSL color Cylindrical-coordinate representation of color #59B0CA: hue angle of 193.81º 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 #59B0CA is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 89 | 176 | 202 | - |
| CMYK | 0.56 | 0.13 | 0 | 0.21 |
| HSL | 193.81º | 0.52% | 0.57% | - |
| HSV(B) | 193.81º | 0.56% | 0.79% | - |
| XYZ | 30.31 | 37.44 | 61.51 | - |
| YUV | 152.95 | 155.68 | 82.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 176 | 202 | 0.56 | 0.13 | 0 | 0.21 | 193.81 | 0.52 | 0.57 |
| Hex | 59 | B0 | CA | 38 | D | 0 | 15 | C2 | 34 | 39 |
| Octal | 131 | 260 | 312 | 70 | 15 | 0 | 25 | 302 | 64 | 71 |
| Binary | 1011001 | 10110000 | 11001010 | 111000 | 1101 | 0 | 10101 | 11000010 | 110100 | 111001 |
Color Harmonies of #59B0CA
Complementary color
Monochromatic Colors of #59B0CA
Black with #59B0CA
Text Example
Text Example
White with #59B0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59B0CA; }
p { color: rgb(89,176,202); }
H1.HeaderClassName
{
color: #59B0CA;
}
.AnyTagClassName
{
color: #59B0CA;
}
</style>
background-color css
<style>
a { background-color: #59B0CA; }
a { background-color: rgb(89,176,202); }
div.DivClassName
{
background-color: #59B0CA;
}
.BgClassName
{
background-color: #59B0CA;
}
</style>
border-color css
<style>
span { border-color: #59B0CA; }
span { border-color: rgb(89,176,202); }
td.TdClassName
{
border-color: #59B0CA;
}
.TagClassName
{
border-color: #59B0CA;
}
</style>