Shades of Viking #5ABBC1
Tints of Viking #5ABBC1
RGB
CMYK
RGB Variations
Color information
#5ABBC1 (or 0x5ABBC1) is known color: Viking. HEX triplet: 5A, BB and C1. RGB value is (90,187,193). Sum of RGB (Red+Green+Blue) = 90+187+193=470 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.15% from 470); Green value is 187 (73.44% from 255 or 39.79% from 470); Blue value is 193 (75.78% from 255 or 41.06% from 470); Max value from RGB is 193 - color contains mainly: blue. Hex color #5ABBC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABBC1 is #A5443E. Grayscale: #9E9E9E. Windows color (decimal): -10830911 or 12696410. OLE color: 12696410.
HSL color Cylindrical-coordinate representation of color #5ABBC1: hue angle of 183.5º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5ABBC1 is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 187 | 193 | - |
| CMYK | 0.53 | 0.03 | 0 | 0.24 |
| HSL | 183.5º | 0.45% | 0.55% | - |
| HSV(B) | 183.5º | 0.53% | 0.76% | - |
| XYZ | 31.61 | 41.56 | 56.81 | - |
| YUV | 158.68 | 147.36 | 79.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 187 | 193 | 0.53 | 0.03 | 0 | 0.24 | 183.5 | 0.45 | 0.55 |
| Hex | 5A | BB | C1 | 35 | 3 | 0 | 18 | B7 | 2D | 37 |
| Octal | 132 | 273 | 301 | 65 | 3 | 0 | 30 | 267 | 55 | 67 |
| Binary | 1011010 | 10111011 | 11000001 | 110101 | 11 | 0 | 11000 | 10110111 | 101101 | 110111 |
Color Harmonies of #5ABBC1
Complementary color
Monochromatic Colors of #5ABBC1
Black with #5ABBC1
Text Example
Text Example
White with #5ABBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABBC1; }
p { color: rgb(90,187,193); }
H1.HeaderClassName
{
color: #5ABBC1;
}
.AnyTagClassName
{
color: #5ABBC1;
}
</style>
background-color css
<style>
a { background-color: #5ABBC1; }
a { background-color: rgb(90,187,193); }
div.DivClassName
{
background-color: #5ABBC1;
}
.BgClassName
{
background-color: #5ABBC1;
}
</style>
border-color css
<style>
span { border-color: #5ABBC1; }
span { border-color: rgb(90,187,193); }
td.TdClassName
{
border-color: #5ABBC1;
}
.TagClassName
{
border-color: #5ABBC1;
}
</style>