Shades of Viking #5ABCD0
Tints of Viking #5ABCD0
RGB
CMYK
RGB Variations
Color information
#5ABCD0 (or 0x5ABCD0) is known color: Viking. HEX triplet: 5A, BC and D0. RGB value is (90,188,208). Sum of RGB (Red+Green+Blue) = 90+188+208=486 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.52% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 208 (81.64% from 255 or 42.80% from 486); Max value from RGB is 208 - color contains mainly: blue. Hex color #5ABCD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABCD0 is #A5432F. Grayscale: #A0A0A0. Windows color (decimal): -10830640 or 13679706. OLE color: 13679706.
HSL color Cylindrical-coordinate representation of color #5ABCD0: hue angle of 190.17º 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 #5ABCD0 is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 90 | 188 | 208 | - |
| CMYK | 0.57 | 0.10 | 0 | 0.18 |
| HSL | 190.17º | 0.56% | 0.58% | - |
| HSV(B) | 190.17º | 0.57% | 0.82% | - |
| XYZ | 33.58 | 42.69 | 66.15 | - |
| YUV | 160.98 | 154.53 | 77.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 188 | 208 | 0.57 | 0.10 | 0 | 0.18 | 190.17 | 0.56 | 0.58 |
| Hex | 5A | BC | D0 | 39 | A | 0 | 12 | BE | 38 | 3A |
| Octal | 132 | 274 | 320 | 71 | 12 | 0 | 22 | 276 | 70 | 72 |
| Binary | 1011010 | 10111100 | 11010000 | 111001 | 1010 | 0 | 10010 | 10111110 | 111000 | 111010 |
Color Harmonies of #5ABCD0
Complementary color
Monochromatic Colors of #5ABCD0
Black with #5ABCD0
Text Example
Text Example
White with #5ABCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABCD0; }
p { color: rgb(90,188,208); }
H1.HeaderClassName
{
color: #5ABCD0;
}
.AnyTagClassName
{
color: #5ABCD0;
}
</style>
background-color css
<style>
a { background-color: #5ABCD0; }
a { background-color: rgb(90,188,208); }
div.DivClassName
{
background-color: #5ABCD0;
}
.BgClassName
{
background-color: #5ABCD0;
}
</style>
border-color css
<style>
span { border-color: #5ABCD0; }
span { border-color: rgb(90,188,208); }
td.TdClassName
{
border-color: #5ABCD0;
}
.TagClassName
{
border-color: #5ABCD0;
}
</style>