Shades of Viking #5ABEC0
Tints of Viking #5ABEC0
RGB
CMYK
RGB Variations
Color information
#5ABEC0 (or 0x5ABEC0) is known color: Viking. HEX triplet: 5A, BE and C0. RGB value is (90,190,192). Sum of RGB (Red+Green+Blue) = 90+190+192=472 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.07% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 192 (75.39% from 255 or 40.68% from 472); Max value from RGB is 192 - color contains mainly: blue. Hex color #5ABEC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABEC0 is #A5413F. Grayscale: #A0A0A0. Windows color (decimal): -10830144 or 12631642. OLE color: 12631642.
HSL color Cylindrical-coordinate representation of color #5ABEC0: hue angle of 181.18º 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 #5ABEC0 is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 190 | 192 | - |
| CMYK | 0.53 | 0.01 | 0 | 0.25 |
| HSL | 181.18º | 0.45% | 0.55% | - |
| HSV(B) | 181.18º | 0.53% | 0.75% | - |
| XYZ | 32.14 | 42.81 | 56.44 | - |
| YUV | 160.33 | 145.87 | 77.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 190 | 192 | 0.53 | 0.01 | 0 | 0.25 | 181.18 | 0.45 | 0.55 |
| Hex | 5A | BE | C0 | 35 | 1 | 0 | 19 | B5 | 2D | 37 |
| Octal | 132 | 276 | 300 | 65 | 1 | 0 | 31 | 265 | 55 | 67 |
| Binary | 1011010 | 10111110 | 11000000 | 110101 | 1 | 0 | 11001 | 10110101 | 101101 | 110111 |
Color Harmonies of #5ABEC0
Complementary color
Monochromatic Colors of #5ABEC0
Black with #5ABEC0
Text Example
Text Example
White with #5ABEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABEC0; }
p { color: rgb(90,190,192); }
H1.HeaderClassName
{
color: #5ABEC0;
}
.AnyTagClassName
{
color: #5ABEC0;
}
</style>
background-color css
<style>
a { background-color: #5ABEC0; }
a { background-color: rgb(90,190,192); }
div.DivClassName
{
background-color: #5ABEC0;
}
.BgClassName
{
background-color: #5ABEC0;
}
</style>
border-color css
<style>
span { border-color: #5ABEC0; }
span { border-color: rgb(90,190,192); }
td.TdClassName
{
border-color: #5ABEC0;
}
.TagClassName
{
border-color: #5ABEC0;
}
</style>