Shades of Viking #5ABACD
Tints of Viking #5ABACD
RGB
CMYK
RGB Variations
Color information
#5ABACD (or 0x5ABACD) is known color: Viking. HEX triplet: 5A, BA and CD. RGB value is (90,186,205). Sum of RGB (Red+Green+Blue) = 90+186+205=481 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.71% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #5ABACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABACD is #A54532. Grayscale: #9F9F9F. Windows color (decimal): -10831155 or 13482586. OLE color: 13482586.
HSL color Cylindrical-coordinate representation of color #5ABACD: hue angle of 189.91º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ABACD is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 186 | 205 | - |
| CMYK | 0.56 | 0.09 | 0 | 0.20 |
| HSL | 189.91º | 0.53% | 0.58% | - |
| HSV(B) | 189.91º | 0.56% | 0.8% | - |
| XYZ | 32.79 | 41.7 | 64.08 | - |
| YUV | 159.46 | 153.7 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 186 | 205 | 0.56 | 0.09 | 0 | 0.20 | 189.91 | 0.53 | 0.58 |
| Hex | 5A | BA | CD | 38 | 9 | 0 | 14 | BE | 35 | 3A |
| Octal | 132 | 272 | 315 | 70 | 11 | 0 | 24 | 276 | 65 | 72 |
| Binary | 1011010 | 10111010 | 11001101 | 111000 | 1001 | 0 | 10100 | 10111110 | 110101 | 111010 |
Color Harmonies of #5ABACD
Complementary color
Monochromatic Colors of #5ABACD
Black with #5ABACD
Text Example
Text Example
White with #5ABACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABACD; }
p { color: rgb(90,186,205); }
H1.HeaderClassName
{
color: #5ABACD;
}
.AnyTagClassName
{
color: #5ABACD;
}
</style>
background-color css
<style>
a { background-color: #5ABACD; }
a { background-color: rgb(90,186,205); }
div.DivClassName
{
background-color: #5ABACD;
}
.BgClassName
{
background-color: #5ABACD;
}
</style>
border-color css
<style>
span { border-color: #5ABACD; }
span { border-color: rgb(90,186,205); }
td.TdClassName
{
border-color: #5ABACD;
}
.TagClassName
{
border-color: #5ABACD;
}
</style>