Shades of Viking #5AABBD
Tints of Viking #5AABBD
RGB
CMYK
RGB Variations
Color information
#5AABBD (or 0x5AABBD) is known color: Viking. HEX triplet: 5A, AB and BD. RGB value is (90,171,189). Sum of RGB (Red+Green+Blue) = 90+171+189=450 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 189 - color contains mainly: blue. Hex color #5AABBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AABBD is #A55442. Grayscale: #949494. Windows color (decimal): -10835011 or 12430170. OLE color: 12430170.
HSL color Cylindrical-coordinate representation of color #5AABBD: hue angle of 190.91º 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 #5AABBD is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 171 | 189 | - |
| CMYK | 0.52 | 0.10 | 0 | 0.26 |
| HSL | 190.91º | 0.43% | 0.55% | - |
| HSV(B) | 190.91º | 0.52% | 0.74% | - |
| XYZ | 27.96 | 34.97 | 53.42 | - |
| YUV | 148.83 | 150.66 | 86.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 171 | 189 | 0.52 | 0.10 | 0 | 0.26 | 190.91 | 0.43 | 0.55 |
| Hex | 5A | AB | BD | 34 | A | 0 | 1A | BF | 2B | 37 |
| Octal | 132 | 253 | 275 | 64 | 12 | 0 | 32 | 277 | 53 | 67 |
| Binary | 1011010 | 10101011 | 10111101 | 110100 | 1010 | 0 | 11010 | 10111111 | 101011 | 110111 |
Color Harmonies of #5AABBD
Complementary color
Monochromatic Colors of #5AABBD
Black with #5AABBD
Text Example
Text Example
White with #5AABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AABBD; }
p { color: rgb(90,171,189); }
H1.HeaderClassName
{
color: #5AABBD;
}
.AnyTagClassName
{
color: #5AABBD;
}
</style>
background-color css
<style>
a { background-color: #5AABBD; }
a { background-color: rgb(90,171,189); }
div.DivClassName
{
background-color: #5AABBD;
}
.BgClassName
{
background-color: #5AABBD;
}
</style>
border-color css
<style>
span { border-color: #5AABBD; }
span { border-color: rgb(90,171,189); }
td.TdClassName
{
border-color: #5AABBD;
}
.TagClassName
{
border-color: #5AABBD;
}
</style>