Shades of Viking #5ABBC4
Tints of Viking #5ABBC4
RGB
CMYK
RGB Variations
Color information
#5ABBC4 (or 0x5ABBC4) is known color: Viking. HEX triplet: 5A, BB and C4. RGB value is (90,187,196). Sum of RGB (Red+Green+Blue) = 90+187+196=473 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.03% from 473); Green value is 187 (73.44% from 255 or 39.53% from 473); Blue value is 196 (76.95% from 255 or 41.44% from 473); Max value from RGB is 196 - color contains mainly: blue. Hex color #5ABBC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABBC4 is #A5443B. Grayscale: #9E9E9E. Windows color (decimal): -10830908 or 12893018. OLE color: 12893018.
HSL color Cylindrical-coordinate representation of color #5ABBC4: hue angle of 185.09º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5ABBC4 is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 90 | 187 | 196 | - |
| CMYK | 0.54 | 0.05 | 0 | 0.23 |
| HSL | 185.09º | 0.47% | 0.56% | - |
| HSV(B) | 185.09º | 0.54% | 0.77% | - |
| XYZ | 31.95 | 41.7 | 58.59 | - |
| YUV | 159.02 | 148.86 | 78.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 187 | 196 | 0.54 | 0.05 | 0 | 0.23 | 185.09 | 0.47 | 0.56 |
| Hex | 5A | BB | C4 | 36 | 5 | 0 | 17 | B9 | 2F | 38 |
| Octal | 132 | 273 | 304 | 66 | 5 | 0 | 27 | 271 | 57 | 70 |
| Binary | 1011010 | 10111011 | 11000100 | 110110 | 101 | 0 | 10111 | 10111001 | 101111 | 111000 |
Color Harmonies of #5ABBC4
Complementary color
Monochromatic Colors of #5ABBC4
Black with #5ABBC4
Text Example
Text Example
White with #5ABBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABBC4; }
p { color: rgb(90,187,196); }
H1.HeaderClassName
{
color: #5ABBC4;
}
.AnyTagClassName
{
color: #5ABBC4;
}
</style>
background-color css
<style>
a { background-color: #5ABBC4; }
a { background-color: rgb(90,187,196); }
div.DivClassName
{
background-color: #5ABBC4;
}
.BgClassName
{
background-color: #5ABBC4;
}
</style>
border-color css
<style>
span { border-color: #5ABBC4; }
span { border-color: rgb(90,187,196); }
td.TdClassName
{
border-color: #5ABBC4;
}
.TagClassName
{
border-color: #5ABBC4;
}
</style>