Shades of Viking #59BECE
Tints of Viking #59BECE
RGB
CMYK
RGB Variations
Color information
#59BECE (or 0x59BECE) is known color: Viking. HEX triplet: 59, BE and CE. RGB value is (89,190,206). Sum of RGB (Red+Green+Blue) = 89+190+206=485 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.35% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #59BECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BECE is #A64131. Grayscale: #A1A1A1. Windows color (decimal): -10895666 or 13549145. OLE color: 13549145.
HSL color Cylindrical-coordinate representation of color #59BECE: hue angle of 188.21º degrees, saturation: 0.54, 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 #59BECE is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 190 | 206 | - |
| CMYK | 0.57 | 0.08 | 0 | 0.19 |
| HSL | 188.21º | 0.54% | 0.58% | - |
| HSV(B) | 188.21º | 0.57% | 0.81% | - |
| XYZ | 33.67 | 43.41 | 65 | - |
| YUV | 161.63 | 153.04 | 76.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 190 | 206 | 0.57 | 0.08 | 0 | 0.19 | 188.21 | 0.54 | 0.58 |
| Hex | 59 | BE | CE | 39 | 8 | 0 | 13 | BC | 36 | 3A |
| Octal | 131 | 276 | 316 | 71 | 10 | 0 | 23 | 274 | 66 | 72 |
| Binary | 1011001 | 10111110 | 11001110 | 111001 | 1000 | 0 | 10011 | 10111100 | 110110 | 111010 |
Color Harmonies of #59BECE
Complementary color
Monochromatic Colors of #59BECE
Black with #59BECE
Text Example
Text Example
White with #59BECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BECE; }
p { color: rgb(89,190,206); }
H1.HeaderClassName
{
color: #59BECE;
}
.AnyTagClassName
{
color: #59BECE;
}
</style>
background-color css
<style>
a { background-color: #59BECE; }
a { background-color: rgb(89,190,206); }
div.DivClassName
{
background-color: #59BECE;
}
.BgClassName
{
background-color: #59BECE;
}
</style>
border-color css
<style>
span { border-color: #59BECE; }
span { border-color: rgb(89,190,206); }
td.TdClassName
{
border-color: #59BECE;
}
.TagClassName
{
border-color: #59BECE;
}
</style>