Shades of Viking #59BBC3
Tints of Viking #59BBC3
RGB
CMYK
RGB Variations
Color information
#59BBC3 (or 0x59BBC3) is known color: Viking. HEX triplet: 59, BB and C3. RGB value is (89,187,195). Sum of RGB (Red+Green+Blue) = 89+187+195=471 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.90% from 471); Green value is 187 (73.44% from 255 or 39.70% from 471); Blue value is 195 (76.56% from 255 or 41.40% from 471); Max value from RGB is 195 - color contains mainly: blue. Hex color #59BBC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BBC3 is #A6443C. Grayscale: #9E9E9E. Windows color (decimal): -10896445 or 12827481. OLE color: 12827481.
HSL color Cylindrical-coordinate representation of color #59BBC3: hue angle of 184.53º 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 #59BBC3 is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 187 | 195 | - |
| CMYK | 0.54 | 0.04 | 0 | 0.24 |
| HSL | 184.53º | 0.47% | 0.56% | - |
| HSV(B) | 184.53º | 0.54% | 0.76% | - |
| XYZ | 31.74 | 41.6 | 57.99 | - |
| YUV | 158.61 | 148.53 | 78.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 187 | 195 | 0.54 | 0.04 | 0 | 0.24 | 184.53 | 0.47 | 0.56 |
| Hex | 59 | BB | C3 | 36 | 4 | 0 | 18 | B9 | 2F | 38 |
| Octal | 131 | 273 | 303 | 66 | 4 | 0 | 30 | 271 | 57 | 70 |
| Binary | 1011001 | 10111011 | 11000011 | 110110 | 100 | 0 | 11000 | 10111001 | 101111 | 111000 |
Color Harmonies of #59BBC3
Complementary color
Monochromatic Colors of #59BBC3
Black with #59BBC3
Text Example
Text Example
White with #59BBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BBC3; }
p { color: rgb(89,187,195); }
H1.HeaderClassName
{
color: #59BBC3;
}
.AnyTagClassName
{
color: #59BBC3;
}
</style>
background-color css
<style>
a { background-color: #59BBC3; }
a { background-color: rgb(89,187,195); }
div.DivClassName
{
background-color: #59BBC3;
}
.BgClassName
{
background-color: #59BBC3;
}
</style>
border-color css
<style>
span { border-color: #59BBC3; }
span { border-color: rgb(89,187,195); }
td.TdClassName
{
border-color: #59BBC3;
}
.TagClassName
{
border-color: #59BBC3;
}
</style>