Shades of Viking #5AB9CE
Tints of Viking #5AB9CE
RGB
CMYK
RGB Variations
Color information
#5AB9CE (or 0x5AB9CE) is known color: Viking. HEX triplet: 5A, B9 and CE. RGB value is (90,185,206). Sum of RGB (Red+Green+Blue) = 90+185+206=481 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.71% from 481); Green value is 185 (72.66% from 255 or 38.46% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #5AB9CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AB9CE is #A54631. Grayscale: #9E9E9E. Windows color (decimal): -10831410 or 13547866. OLE color: 13547866.
HSL color Cylindrical-coordinate representation of color #5AB9CE: hue angle of 190.86º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5AB9CE is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 185 | 206 | - |
| CMYK | 0.56 | 0.10 | 0 | 0.19 |
| HSL | 190.86º | 0.54% | 0.58% | - |
| HSV(B) | 190.86º | 0.56% | 0.81% | - |
| XYZ | 32.71 | 41.33 | 64.65 | - |
| YUV | 158.99 | 154.53 | 78.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 185 | 206 | 0.56 | 0.10 | 0 | 0.19 | 190.86 | 0.54 | 0.58 |
| Hex | 5A | B9 | CE | 38 | A | 0 | 13 | BF | 36 | 3A |
| Octal | 132 | 271 | 316 | 70 | 12 | 0 | 23 | 277 | 66 | 72 |
| Binary | 1011010 | 10111001 | 11001110 | 111000 | 1010 | 0 | 10011 | 10111111 | 110110 | 111010 |
Color Harmonies of #5AB9CE
Complementary color
Monochromatic Colors of #5AB9CE
Black with #5AB9CE
Text Example
Text Example
White with #5AB9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB9CE; }
p { color: rgb(90,185,206); }
H1.HeaderClassName
{
color: #5AB9CE;
}
.AnyTagClassName
{
color: #5AB9CE;
}
</style>
background-color css
<style>
a { background-color: #5AB9CE; }
a { background-color: rgb(90,185,206); }
div.DivClassName
{
background-color: #5AB9CE;
}
.BgClassName
{
background-color: #5AB9CE;
}
</style>
border-color css
<style>
span { border-color: #5AB9CE; }
span { border-color: rgb(90,185,206); }
td.TdClassName
{
border-color: #5AB9CE;
}
.TagClassName
{
border-color: #5AB9CE;
}
</style>