Shades of Viking #5ABDCA
Tints of Viking #5ABDCA
RGB
CMYK
RGB Variations
Color information
#5ABDCA (or 0x5ABDCA) is known color: Viking. HEX triplet: 5A, BD and CA. RGB value is (90,189,202). Sum of RGB (Red+Green+Blue) = 90+189+202=481 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.71% from 481); Green value is 189 (74.22% from 255 or 39.29% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #5ABDCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABDCA is #A54235. Grayscale: #A0A0A0. Windows color (decimal): -10830390 or 13286746. OLE color: 13286746.
HSL color Cylindrical-coordinate representation of color #5ABDCA: hue angle of 186.96º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5ABDCA is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 90 | 189 | 202 | - |
| CMYK | 0.55 | 0.06 | 0 | 0.21 |
| HSL | 186.96º | 0.51% | 0.57% | - |
| HSV(B) | 186.96º | 0.55% | 0.79% | - |
| XYZ | 33.07 | 42.83 | 62.4 | - |
| YUV | 160.88 | 151.2 | 77.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 189 | 202 | 0.55 | 0.06 | 0 | 0.21 | 186.96 | 0.51 | 0.57 |
| Hex | 5A | BD | CA | 37 | 6 | 0 | 15 | BB | 33 | 39 |
| Octal | 132 | 275 | 312 | 67 | 6 | 0 | 25 | 273 | 63 | 71 |
| Binary | 1011010 | 10111101 | 11001010 | 110111 | 110 | 0 | 10101 | 10111011 | 110011 | 111001 |
Color Harmonies of #5ABDCA
Complementary color
Monochromatic Colors of #5ABDCA
Black with #5ABDCA
Text Example
Text Example
White with #5ABDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABDCA; }
p { color: rgb(90,189,202); }
H1.HeaderClassName
{
color: #5ABDCA;
}
.AnyTagClassName
{
color: #5ABDCA;
}
</style>
background-color css
<style>
a { background-color: #5ABDCA; }
a { background-color: rgb(90,189,202); }
div.DivClassName
{
background-color: #5ABDCA;
}
.BgClassName
{
background-color: #5ABDCA;
}
</style>
border-color css
<style>
span { border-color: #5ABDCA; }
span { border-color: rgb(90,189,202); }
td.TdClassName
{
border-color: #5ABDCA;
}
.TagClassName
{
border-color: #5ABDCA;
}
</style>