Shades of Viking #5ABAC9
Tints of Viking #5ABAC9
RGB
CMYK
RGB Variations
Color information
#5ABAC9 (or 0x5ABAC9) is known color: Viking. HEX triplet: 5A, BA and C9. RGB value is (90,186,201). Sum of RGB (Red+Green+Blue) = 90+186+201=477 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.87% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 201 (78.91% from 255 or 42.14% from 477); Max value from RGB is 201 - color contains mainly: blue. Hex color #5ABAC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABAC9 is #A54536. Grayscale: #9E9E9E. Windows color (decimal): -10831159 or 13220442. OLE color: 13220442.
HSL color Cylindrical-coordinate representation of color #5ABAC9: hue angle of 188.11º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5ABAC9 is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 90 | 186 | 201 | - |
| CMYK | 0.55 | 0.07 | 0 | 0.21 |
| HSL | 188.11º | 0.51% | 0.57% | - |
| HSV(B) | 188.11º | 0.55% | 0.79% | - |
| XYZ | 32.32 | 41.51 | 61.57 | - |
| YUV | 159.01 | 151.7 | 78.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 186 | 201 | 0.55 | 0.07 | 0 | 0.21 | 188.11 | 0.51 | 0.57 |
| Hex | 5A | BA | C9 | 37 | 7 | 0 | 15 | BC | 33 | 39 |
| Octal | 132 | 272 | 311 | 67 | 7 | 0 | 25 | 274 | 63 | 71 |
| Binary | 1011010 | 10111010 | 11001001 | 110111 | 111 | 0 | 10101 | 10111100 | 110011 | 111001 |
Color Harmonies of #5ABAC9
Complementary color
Monochromatic Colors of #5ABAC9
Black with #5ABAC9
Text Example
Text Example
White with #5ABAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABAC9; }
p { color: rgb(90,186,201); }
H1.HeaderClassName
{
color: #5ABAC9;
}
.AnyTagClassName
{
color: #5ABAC9;
}
</style>
background-color css
<style>
a { background-color: #5ABAC9; }
a { background-color: rgb(90,186,201); }
div.DivClassName
{
background-color: #5ABAC9;
}
.BgClassName
{
background-color: #5ABAC9;
}
</style>
border-color css
<style>
span { border-color: #5ABAC9; }
span { border-color: rgb(90,186,201); }
td.TdClassName
{
border-color: #5ABAC9;
}
.TagClassName
{
border-color: #5ABAC9;
}
</style>