Shades of Viking #59BDC3
Tints of Viking #59BDC3
RGB
CMYK
RGB Variations
Color information
#59BDC3 (or 0x59BDC3) is known color: Viking. HEX triplet: 59, BD and C3. RGB value is (89,189,195). Sum of RGB (Red+Green+Blue) = 89+189+195=473 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.82% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 195 (76.56% from 255 or 41.23% from 473); Max value from RGB is 195 - color contains mainly: blue. Hex color #59BDC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BDC3 is #A6423C. Grayscale: #9F9F9F. Windows color (decimal): -10895933 or 12827993. OLE color: 12827993.
HSL color Cylindrical-coordinate representation of color #59BDC3: hue angle of 183.4º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #59BDC3 is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 189 | 195 | - |
| CMYK | 0.54 | 0.03 | 0 | 0.24 |
| HSL | 183.4º | 0.47% | 0.56% | - |
| HSV(B) | 183.4º | 0.54% | 0.76% | - |
| XYZ | 32.17 | 42.46 | 58.13 | - |
| YUV | 159.78 | 147.87 | 77.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 189 | 195 | 0.54 | 0.03 | 0 | 0.24 | 183.4 | 0.47 | 0.56 |
| Hex | 59 | BD | C3 | 36 | 3 | 0 | 18 | B7 | 2F | 38 |
| Octal | 131 | 275 | 303 | 66 | 3 | 0 | 30 | 267 | 57 | 70 |
| Binary | 1011001 | 10111101 | 11000011 | 110110 | 11 | 0 | 11000 | 10110111 | 101111 | 111000 |
Color Harmonies of #59BDC3
Complementary color
Monochromatic Colors of #59BDC3
Black with #59BDC3
Text Example
Text Example
White with #59BDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BDC3; }
p { color: rgb(89,189,195); }
H1.HeaderClassName
{
color: #59BDC3;
}
.AnyTagClassName
{
color: #59BDC3;
}
</style>
background-color css
<style>
a { background-color: #59BDC3; }
a { background-color: rgb(89,189,195); }
div.DivClassName
{
background-color: #59BDC3;
}
.BgClassName
{
background-color: #59BDC3;
}
</style>
border-color css
<style>
span { border-color: #59BDC3; }
span { border-color: rgb(89,189,195); }
td.TdClassName
{
border-color: #59BDC3;
}
.TagClassName
{
border-color: #59BDC3;
}
</style>