Shades of Viking #5ABCC1
Tints of Viking #5ABCC1
RGB
CMYK
RGB Variations
Color information
#5ABCC1 (or 0x5ABCC1) is known color: Viking. HEX triplet: 5A, BC and C1. RGB value is (90,188,193). Sum of RGB (Red+Green+Blue) = 90+188+193=471 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.11% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 193 (75.78% from 255 or 40.98% from 471); Max value from RGB is 193 - color contains mainly: blue. Hex color #5ABCC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABCC1 is #A5433E. Grayscale: #9F9F9F. Windows color (decimal): -10830655 or 12696666. OLE color: 12696666.
HSL color Cylindrical-coordinate representation of color #5ABCC1: hue angle of 182.91º 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 #5ABCC1 is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 188 | 193 | - |
| CMYK | 0.53 | 0.03 | 0 | 0.24 |
| HSL | 182.91º | 0.45% | 0.55% | - |
| HSV(B) | 182.91º | 0.53% | 0.76% | - |
| XYZ | 31.83 | 41.99 | 56.88 | - |
| YUV | 159.27 | 147.03 | 78.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 188 | 193 | 0.53 | 0.03 | 0 | 0.24 | 182.91 | 0.45 | 0.55 |
| Hex | 5A | BC | C1 | 35 | 3 | 0 | 18 | B7 | 2D | 37 |
| Octal | 132 | 274 | 301 | 65 | 3 | 0 | 30 | 267 | 55 | 67 |
| Binary | 1011010 | 10111100 | 11000001 | 110101 | 11 | 0 | 11000 | 10110111 | 101101 | 110111 |
Color Harmonies of #5ABCC1
Complementary color
Monochromatic Colors of #5ABCC1
Black with #5ABCC1
Text Example
Text Example
White with #5ABCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABCC1; }
p { color: rgb(90,188,193); }
H1.HeaderClassName
{
color: #5ABCC1;
}
.AnyTagClassName
{
color: #5ABCC1;
}
</style>
background-color css
<style>
a { background-color: #5ABCC1; }
a { background-color: rgb(90,188,193); }
div.DivClassName
{
background-color: #5ABCC1;
}
.BgClassName
{
background-color: #5ABCC1;
}
</style>
border-color css
<style>
span { border-color: #5ABCC1; }
span { border-color: rgb(90,188,193); }
td.TdClassName
{
border-color: #5ABCC1;
}
.TagClassName
{
border-color: #5ABCC1;
}
</style>