Shades of Viking #5ABEC5
Tints of Viking #5ABEC5
RGB
CMYK
RGB Variations
Color information
#5ABEC5 (or 0x5ABEC5) is known color: Viking. HEX triplet: 5A, BE and C5. RGB value is (90,190,197). Sum of RGB (Red+Green+Blue) = 90+190+197=477 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.87% from 477); Green value is 190 (74.61% from 255 or 39.83% from 477); Blue value is 197 (77.34% from 255 or 41.30% from 477); Max value from RGB is 197 - color contains mainly: blue. Hex color #5ABEC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABEC5 is #A5413A. Grayscale: #A0A0A0. Windows color (decimal): -10830139 or 12959322. OLE color: 12959322.
HSL color Cylindrical-coordinate representation of color #5ABEC5: hue angle of 183.93º degrees, saturation: 0.48, 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 #5ABEC5 is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 90 | 190 | 197 | - |
| CMYK | 0.54 | 0.04 | 0 | 0.23 |
| HSL | 183.93º | 0.48% | 0.56% | - |
| HSV(B) | 183.93º | 0.54% | 0.77% | - |
| XYZ | 32.71 | 43.03 | 59.41 | - |
| YUV | 160.9 | 148.37 | 77.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 190 | 197 | 0.54 | 0.04 | 0 | 0.23 | 183.93 | 0.48 | 0.56 |
| Hex | 5A | BE | C5 | 36 | 4 | 0 | 17 | B8 | 30 | 38 |
| Octal | 132 | 276 | 305 | 66 | 4 | 0 | 27 | 270 | 60 | 70 |
| Binary | 1011010 | 10111110 | 11000101 | 110110 | 100 | 0 | 10111 | 10111000 | 110000 | 111000 |
Color Harmonies of #5ABEC5
Complementary color
Monochromatic Colors of #5ABEC5
Black with #5ABEC5
Text Example
Text Example
White with #5ABEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABEC5; }
p { color: rgb(90,190,197); }
H1.HeaderClassName
{
color: #5ABEC5;
}
.AnyTagClassName
{
color: #5ABEC5;
}
</style>
background-color css
<style>
a { background-color: #5ABEC5; }
a { background-color: rgb(90,190,197); }
div.DivClassName
{
background-color: #5ABEC5;
}
.BgClassName
{
background-color: #5ABEC5;
}
</style>
border-color css
<style>
span { border-color: #5ABEC5; }
span { border-color: rgb(90,190,197); }
td.TdClassName
{
border-color: #5ABEC5;
}
.TagClassName
{
border-color: #5ABEC5;
}
</style>