Shades of Viking #5ABDC0
Tints of Viking #5ABDC0
RGB
CMYK
RGB Variations
Color information
#5ABDC0 (or 0x5ABDC0) is known color: Viking. HEX triplet: 5A, BD and C0. RGB value is (90,189,192). Sum of RGB (Red+Green+Blue) = 90+189+192=471 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.11% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 192 (75.39% from 255 or 40.76% from 471); Max value from RGB is 192 - color contains mainly: blue. Hex color #5ABDC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABDC0 is #A5423F. Grayscale: #9F9F9F. Windows color (decimal): -10830400 or 12631386. OLE color: 12631386.
HSL color Cylindrical-coordinate representation of color #5ABDC0: hue angle of 181.76º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5ABDC0 is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 189 | 192 | - |
| CMYK | 0.53 | 0.02 | 0 | 0.25 |
| HSL | 181.76º | 0.45% | 0.55% | - |
| HSV(B) | 181.76º | 0.53% | 0.75% | - |
| XYZ | 31.93 | 42.37 | 56.37 | - |
| YUV | 159.74 | 146.2 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 189 | 192 | 0.53 | 0.02 | 0 | 0.25 | 181.76 | 0.45 | 0.55 |
| Hex | 5A | BD | C0 | 35 | 2 | 0 | 19 | B6 | 2D | 37 |
| Octal | 132 | 275 | 300 | 65 | 2 | 0 | 31 | 266 | 55 | 67 |
| Binary | 1011010 | 10111101 | 11000000 | 110101 | 10 | 0 | 11001 | 10110110 | 101101 | 110111 |
Color Harmonies of #5ABDC0
Complementary color
Monochromatic Colors of #5ABDC0
Black with #5ABDC0
Text Example
Text Example
White with #5ABDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABDC0; }
p { color: rgb(90,189,192); }
H1.HeaderClassName
{
color: #5ABDC0;
}
.AnyTagClassName
{
color: #5ABDC0;
}
</style>
background-color css
<style>
a { background-color: #5ABDC0; }
a { background-color: rgb(90,189,192); }
div.DivClassName
{
background-color: #5ABDC0;
}
.BgClassName
{
background-color: #5ABDC0;
}
</style>
border-color css
<style>
span { border-color: #5ABDC0; }
span { border-color: rgb(90,189,192); }
td.TdClassName
{
border-color: #5ABDC0;
}
.TagClassName
{
border-color: #5ABDC0;
}
</style>