Shades of Viking #5ABBC9
Tints of Viking #5ABBC9
RGB
CMYK
RGB Variations
Color information
#5ABBC9 (or 0x5ABBC9) is known color: Viking. HEX triplet: 5A, BB and C9. RGB value is (90,187,201). Sum of RGB (Red+Green+Blue) = 90+187+201=478 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.83% from 478); Green value is 187 (73.44% from 255 or 39.12% from 478); Blue value is 201 (78.91% from 255 or 42.05% from 478); Max value from RGB is 201 - color contains mainly: blue. Hex color #5ABBC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABBC9 is #A54436. Grayscale: #9F9F9F. Windows color (decimal): -10830903 or 13220698. OLE color: 13220698.
HSL color Cylindrical-coordinate representation of color #5ABBC9: hue angle of 187.57º 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 #5ABBC9 is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 90 | 187 | 201 | - |
| CMYK | 0.55 | 0.07 | 0 | 0.21 |
| HSL | 187.57º | 0.51% | 0.57% | - |
| HSV(B) | 187.57º | 0.55% | 0.79% | - |
| XYZ | 32.53 | 41.93 | 61.64 | - |
| YUV | 159.59 | 151.36 | 78.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 187 | 201 | 0.55 | 0.07 | 0 | 0.21 | 187.57 | 0.51 | 0.57 |
| Hex | 5A | BB | C9 | 37 | 7 | 0 | 15 | BC | 33 | 39 |
| Octal | 132 | 273 | 311 | 67 | 7 | 0 | 25 | 274 | 63 | 71 |
| Binary | 1011010 | 10111011 | 11001001 | 110111 | 111 | 0 | 10101 | 10111100 | 110011 | 111001 |
Color Harmonies of #5ABBC9
Complementary color
Monochromatic Colors of #5ABBC9
Black with #5ABBC9
Text Example
Text Example
White with #5ABBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABBC9; }
p { color: rgb(90,187,201); }
H1.HeaderClassName
{
color: #5ABBC9;
}
.AnyTagClassName
{
color: #5ABBC9;
}
</style>
background-color css
<style>
a { background-color: #5ABBC9; }
a { background-color: rgb(90,187,201); }
div.DivClassName
{
background-color: #5ABBC9;
}
.BgClassName
{
background-color: #5ABBC9;
}
</style>
border-color css
<style>
span { border-color: #5ABBC9; }
span { border-color: rgb(90,187,201); }
td.TdClassName
{
border-color: #5ABBC9;
}
.TagClassName
{
border-color: #5ABBC9;
}
</style>