Shades of Viking #5ABDCE
Tints of Viking #5ABDCE
RGB
CMYK
RGB Variations
Color information
#5ABDCE (or 0x5ABDCE) is known color: Viking. HEX triplet: 5A, BD and CE. RGB value is (90,189,206). Sum of RGB (Red+Green+Blue) = 90+189+206=485 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.56% from 485); Green value is 189 (74.22% from 255 or 38.97% 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 #5ABDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABDCE is #A54231. Grayscale: #A1A1A1. Windows color (decimal): -10830386 or 13548890. OLE color: 13548890.
HSL color Cylindrical-coordinate representation of color #5ABDCE: hue angle of 188.79º 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 #5ABDCE is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 189 | 206 | - |
| CMYK | 0.56 | 0.08 | 0 | 0.19 |
| HSL | 188.79º | 0.54% | 0.58% | - |
| HSV(B) | 188.79º | 0.56% | 0.81% | - |
| XYZ | 33.55 | 43.03 | 64.93 | - |
| YUV | 161.34 | 153.2 | 77.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 189 | 206 | 0.56 | 0.08 | 0 | 0.19 | 188.79 | 0.54 | 0.58 |
| Hex | 5A | BD | CE | 38 | 8 | 0 | 13 | BD | 36 | 3A |
| Octal | 132 | 275 | 316 | 70 | 10 | 0 | 23 | 275 | 66 | 72 |
| Binary | 1011010 | 10111101 | 11001110 | 111000 | 1000 | 0 | 10011 | 10111101 | 110110 | 111010 |
Color Harmonies of #5ABDCE
Complementary color
Monochromatic Colors of #5ABDCE
Black with #5ABDCE
Text Example
Text Example
White with #5ABDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABDCE; }
p { color: rgb(90,189,206); }
H1.HeaderClassName
{
color: #5ABDCE;
}
.AnyTagClassName
{
color: #5ABDCE;
}
</style>
background-color css
<style>
a { background-color: #5ABDCE; }
a { background-color: rgb(90,189,206); }
div.DivClassName
{
background-color: #5ABDCE;
}
.BgClassName
{
background-color: #5ABDCE;
}
</style>
border-color css
<style>
span { border-color: #5ABDCE; }
span { border-color: rgb(90,189,206); }
td.TdClassName
{
border-color: #5ABDCE;
}
.TagClassName
{
border-color: #5ABDCE;
}
</style>