Shades of Viking #59BAC1
Tints of Viking #59BAC1
RGB
CMYK
RGB Variations
Color information
#59BAC1 (or 0x59BAC1) is known color: Viking. HEX triplet: 59, BA and C1. RGB value is (89,186,193). Sum of RGB (Red+Green+Blue) = 89+186+193=468 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.02% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 193 (75.78% from 255 or 41.24% from 468); Max value from RGB is 193 - color contains mainly: blue. Hex color #59BAC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BAC1 is #A6453E. Grayscale: #9D9D9D. Windows color (decimal): -10896703 or 12696153. OLE color: 12696153.
HSL color Cylindrical-coordinate representation of color #59BAC1: hue angle of 184.04º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #59BAC1 is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 186 | 193 | - |
| CMYK | 0.54 | 0.04 | 0 | 0.24 |
| HSL | 184.04º | 0.46% | 0.55% | - |
| HSV(B) | 184.04º | 0.54% | 0.76% | - |
| XYZ | 31.3 | 41.09 | 56.73 | - |
| YUV | 157.8 | 147.86 | 78.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 186 | 193 | 0.54 | 0.04 | 0 | 0.24 | 184.04 | 0.46 | 0.55 |
| Hex | 59 | BA | C1 | 36 | 4 | 0 | 18 | B8 | 2E | 37 |
| Octal | 131 | 272 | 301 | 66 | 4 | 0 | 30 | 270 | 56 | 67 |
| Binary | 1011001 | 10111010 | 11000001 | 110110 | 100 | 0 | 11000 | 10111000 | 101110 | 110111 |
Color Harmonies of #59BAC1
Complementary color
Monochromatic Colors of #59BAC1
Black with #59BAC1
Text Example
Text Example
White with #59BAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BAC1; }
p { color: rgb(89,186,193); }
H1.HeaderClassName
{
color: #59BAC1;
}
.AnyTagClassName
{
color: #59BAC1;
}
</style>
background-color css
<style>
a { background-color: #59BAC1; }
a { background-color: rgb(89,186,193); }
div.DivClassName
{
background-color: #59BAC1;
}
.BgClassName
{
background-color: #59BAC1;
}
</style>
border-color css
<style>
span { border-color: #59BAC1; }
span { border-color: rgb(89,186,193); }
td.TdClassName
{
border-color: #59BAC1;
}
.TagClassName
{
border-color: #59BAC1;
}
</style>