Shades of Viking #5ABDC9
Tints of Viking #5ABDC9
RGB
CMYK
RGB Variations
Color information
#5ABDC9 (or 0x5ABDC9) is known color: Viking. HEX triplet: 5A, BD and C9. RGB value is (90,189,201). Sum of RGB (Red+Green+Blue) = 90+189+201=480 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.75% from 480); Green value is 189 (74.22% from 255 or 39.38% from 480); Blue value is 201 (78.91% from 255 or 41.88% from 480); Max value from RGB is 201 - color contains mainly: blue. Hex color #5ABDC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABDC9 is #A54236. Grayscale: #A0A0A0. Windows color (decimal): -10830391 or 13221210. OLE color: 13221210.
HSL color Cylindrical-coordinate representation of color #5ABDC9: hue angle of 186.49º 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 #5ABDC9 is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 90 | 189 | 201 | - |
| CMYK | 0.55 | 0.06 | 0 | 0.21 |
| HSL | 186.49º | 0.51% | 0.57% | - |
| HSV(B) | 186.49º | 0.55% | 0.79% | - |
| XYZ | 32.96 | 42.79 | 61.78 | - |
| YUV | 160.77 | 150.7 | 77.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 189 | 201 | 0.55 | 0.06 | 0 | 0.21 | 186.49 | 0.51 | 0.57 |
| Hex | 5A | BD | C9 | 37 | 6 | 0 | 15 | BA | 33 | 39 |
| Octal | 132 | 275 | 311 | 67 | 6 | 0 | 25 | 272 | 63 | 71 |
| Binary | 1011010 | 10111101 | 11001001 | 110111 | 110 | 0 | 10101 | 10111010 | 110011 | 111001 |
Color Harmonies of #5ABDC9
Complementary color
Monochromatic Colors of #5ABDC9
Black with #5ABDC9
Text Example
Text Example
White with #5ABDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABDC9; }
p { color: rgb(90,189,201); }
H1.HeaderClassName
{
color: #5ABDC9;
}
.AnyTagClassName
{
color: #5ABDC9;
}
</style>
background-color css
<style>
a { background-color: #5ABDC9; }
a { background-color: rgb(90,189,201); }
div.DivClassName
{
background-color: #5ABDC9;
}
.BgClassName
{
background-color: #5ABDC9;
}
</style>
border-color css
<style>
span { border-color: #5ABDC9; }
span { border-color: rgb(90,189,201); }
td.TdClassName
{
border-color: #5ABDC9;
}
.TagClassName
{
border-color: #5ABDC9;
}
</style>