Shades of Viking #5AAABD
Tints of Viking #5AAABD
RGB
CMYK
RGB Variations
Color information
#5AAABD (or 0x5AAABD) is known color: Viking. HEX triplet: 5A, AA and BD. RGB value is (90,170,189). Sum of RGB (Red+Green+Blue) = 90+170+189=449 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.04% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 189 - color contains mainly: blue. Hex color #5AAABD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AAABD is #A55542. Grayscale: #949494. Windows color (decimal): -10835267 or 12429914. OLE color: 12429914.
HSL color Cylindrical-coordinate representation of color #5AAABD: hue angle of 191.52º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5AAABD is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 170 | 189 | - |
| CMYK | 0.52 | 0.10 | 0 | 0.26 |
| HSL | 191.52º | 0.43% | 0.55% | - |
| HSV(B) | 191.52º | 0.52% | 0.74% | - |
| XYZ | 27.78 | 34.6 | 53.36 | - |
| YUV | 148.25 | 151 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 170 | 189 | 0.52 | 0.10 | 0 | 0.26 | 191.52 | 0.43 | 0.55 |
| Hex | 5A | AA | BD | 34 | A | 0 | 1A | C0 | 2B | 37 |
| Octal | 132 | 252 | 275 | 64 | 12 | 0 | 32 | 300 | 53 | 67 |
| Binary | 1011010 | 10101010 | 10111101 | 110100 | 1010 | 0 | 11010 | 11000000 | 101011 | 110111 |
Color Harmonies of #5AAABD
Complementary color
Monochromatic Colors of #5AAABD
Black with #5AAABD
Text Example
Text Example
White with #5AAABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAABD; }
p { color: rgb(90,170,189); }
H1.HeaderClassName
{
color: #5AAABD;
}
.AnyTagClassName
{
color: #5AAABD;
}
</style>
background-color css
<style>
a { background-color: #5AAABD; }
a { background-color: rgb(90,170,189); }
div.DivClassName
{
background-color: #5AAABD;
}
.BgClassName
{
background-color: #5AAABD;
}
</style>
border-color css
<style>
span { border-color: #5AAABD; }
span { border-color: rgb(90,170,189); }
td.TdClassName
{
border-color: #5AAABD;
}
.TagClassName
{
border-color: #5AAABD;
}
</style>