Shades of Viking #5AB9CB
Tints of Viking #5AB9CB
RGB
CMYK
RGB Variations
Color information
#5AB9CB (or 0x5AB9CB) is known color: Viking. HEX triplet: 5A, B9 and CB. RGB value is (90,185,203). Sum of RGB (Red+Green+Blue) = 90+185+203=478 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.83% from 478); Green value is 185 (72.66% from 255 or 38.70% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #5AB9CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AB9CB is #A54634. Grayscale: #9E9E9E. Windows color (decimal): -10831413 or 13351258. OLE color: 13351258.
HSL color Cylindrical-coordinate representation of color #5AB9CB: hue angle of 189.56º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5AB9CB is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 185 | 203 | - |
| CMYK | 0.56 | 0.09 | 0 | 0.20 |
| HSL | 189.56º | 0.52% | 0.57% | - |
| HSV(B) | 189.56º | 0.56% | 0.8% | - |
| XYZ | 32.34 | 41.18 | 62.74 | - |
| YUV | 158.65 | 153.03 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 185 | 203 | 0.56 | 0.09 | 0 | 0.20 | 189.56 | 0.52 | 0.57 |
| Hex | 5A | B9 | CB | 38 | 9 | 0 | 14 | BE | 34 | 39 |
| Octal | 132 | 271 | 313 | 70 | 11 | 0 | 24 | 276 | 64 | 71 |
| Binary | 1011010 | 10111001 | 11001011 | 111000 | 1001 | 0 | 10100 | 10111110 | 110100 | 111001 |
Color Harmonies of #5AB9CB
Complementary color
Monochromatic Colors of #5AB9CB
Black with #5AB9CB
Text Example
Text Example
White with #5AB9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB9CB; }
p { color: rgb(90,185,203); }
H1.HeaderClassName
{
color: #5AB9CB;
}
.AnyTagClassName
{
color: #5AB9CB;
}
</style>
background-color css
<style>
a { background-color: #5AB9CB; }
a { background-color: rgb(90,185,203); }
div.DivClassName
{
background-color: #5AB9CB;
}
.BgClassName
{
background-color: #5AB9CB;
}
</style>
border-color css
<style>
span { border-color: #5AB9CB; }
span { border-color: rgb(90,185,203); }
td.TdClassName
{
border-color: #5AB9CB;
}
.TagClassName
{
border-color: #5AB9CB;
}
</style>