Shades of Viking #59BEC6
Tints of Viking #59BEC6
RGB
CMYK
RGB Variations
Color information
#59BEC6 (or 0x59BEC6) is known color: Viking. HEX triplet: 59, BE and C6. RGB value is (89,190,198). Sum of RGB (Red+Green+Blue) = 89+190+198=477 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.66% from 477); Green value is 190 (74.61% from 255 or 39.83% from 477); Blue value is 198 (77.73% from 255 or 41.51% from 477); Max value from RGB is 198 - color contains mainly: blue. Hex color #59BEC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BEC6 is #A64139. Grayscale: #A0A0A0. Windows color (decimal): -10895674 or 13024857. OLE color: 13024857.
HSL color Cylindrical-coordinate representation of color #59BEC6: hue angle of 184.4º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #59BEC6 is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 89 | 190 | 198 | - |
| CMYK | 0.55 | 0.04 | 0 | 0.22 |
| HSL | 184.4º | 0.49% | 0.56% | - |
| HSV(B) | 184.4º | 0.55% | 0.78% | - |
| XYZ | 32.73 | 43.03 | 60.01 | - |
| YUV | 160.71 | 149.04 | 76.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 190 | 198 | 0.55 | 0.04 | 0 | 0.22 | 184.4 | 0.49 | 0.56 |
| Hex | 59 | BE | C6 | 37 | 4 | 0 | 16 | B8 | 31 | 38 |
| Octal | 131 | 276 | 306 | 67 | 4 | 0 | 26 | 270 | 61 | 70 |
| Binary | 1011001 | 10111110 | 11000110 | 110111 | 100 | 0 | 10110 | 10111000 | 110001 | 111000 |
Color Harmonies of #59BEC6
Complementary color
Monochromatic Colors of #59BEC6
Black with #59BEC6
Text Example
Text Example
White with #59BEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BEC6; }
p { color: rgb(89,190,198); }
H1.HeaderClassName
{
color: #59BEC6;
}
.AnyTagClassName
{
color: #59BEC6;
}
</style>
background-color css
<style>
a { background-color: #59BEC6; }
a { background-color: rgb(89,190,198); }
div.DivClassName
{
background-color: #59BEC6;
}
.BgClassName
{
background-color: #59BEC6;
}
</style>
border-color css
<style>
span { border-color: #59BEC6; }
span { border-color: rgb(89,190,198); }
td.TdClassName
{
border-color: #59BEC6;
}
.TagClassName
{
border-color: #59BEC6;
}
</style>