Shades of Viking #5ABBD0
Tints of Viking #5ABBD0
RGB
CMYK
RGB Variations
Color information
#5ABBD0 (or 0x5ABBD0) is known color: Viking. HEX triplet: 5A, BB and D0. RGB value is (90,187,208). Sum of RGB (Red+Green+Blue) = 90+187+208=485 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.56% from 485); Green value is 187 (73.44% from 255 or 38.56% from 485); Blue value is 208 (81.64% from 255 or 42.89% from 485); Max value from RGB is 208 - color contains mainly: blue. Hex color #5ABBD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABBD0 is #A5442F. Grayscale: #A0A0A0. Windows color (decimal): -10830896 or 13679450. OLE color: 13679450.
HSL color Cylindrical-coordinate representation of color #5ABBD0: hue angle of 190.68º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5ABBD0 is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 90 | 187 | 208 | - |
| CMYK | 0.57 | 0.10 | 0 | 0.18 |
| HSL | 190.68º | 0.56% | 0.58% | - |
| HSV(B) | 190.68º | 0.57% | 0.82% | - |
| XYZ | 33.37 | 42.27 | 66.07 | - |
| YUV | 160.39 | 154.86 | 77.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 187 | 208 | 0.57 | 0.10 | 0 | 0.18 | 190.68 | 0.56 | 0.58 |
| Hex | 5A | BB | D0 | 39 | A | 0 | 12 | BF | 38 | 3A |
| Octal | 132 | 273 | 320 | 71 | 12 | 0 | 22 | 277 | 70 | 72 |
| Binary | 1011010 | 10111011 | 11010000 | 111001 | 1010 | 0 | 10010 | 10111111 | 111000 | 111010 |
Color Harmonies of #5ABBD0
Complementary color
Monochromatic Colors of #5ABBD0
Black with #5ABBD0
Text Example
Text Example
White with #5ABBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABBD0; }
p { color: rgb(90,187,208); }
H1.HeaderClassName
{
color: #5ABBD0;
}
.AnyTagClassName
{
color: #5ABBD0;
}
</style>
background-color css
<style>
a { background-color: #5ABBD0; }
a { background-color: rgb(90,187,208); }
div.DivClassName
{
background-color: #5ABBD0;
}
.BgClassName
{
background-color: #5ABBD0;
}
</style>
border-color css
<style>
span { border-color: #5ABBD0; }
span { border-color: rgb(90,187,208); }
td.TdClassName
{
border-color: #5ABBD0;
}
.TagClassName
{
border-color: #5ABBD0;
}
</style>