Shades of Viking #5ABCCA
Tints of Viking #5ABCCA
RGB
CMYK
RGB Variations
Color information
#5ABCCA (or 0x5ABCCA) is known color: Viking. HEX triplet: 5A, BC and CA. RGB value is (90,188,202). Sum of RGB (Red+Green+Blue) = 90+188+202=480 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.75% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 202 - color contains mainly: blue. Hex color #5ABCCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABCCA is #A54335. Grayscale: #A0A0A0. Windows color (decimal): -10830646 or 13286490. OLE color: 13286490.
HSL color Cylindrical-coordinate representation of color #5ABCCA: hue angle of 187.5º 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 #5ABCCA is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 90 | 188 | 202 | - |
| CMYK | 0.55 | 0.07 | 0 | 0.21 |
| HSL | 187.5º | 0.51% | 0.57% | - |
| HSV(B) | 187.5º | 0.55% | 0.79% | - |
| XYZ | 32.86 | 42.4 | 62.33 | - |
| YUV | 160.29 | 151.53 | 77.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 188 | 202 | 0.55 | 0.07 | 0 | 0.21 | 187.5 | 0.51 | 0.57 |
| Hex | 5A | BC | CA | 37 | 7 | 0 | 15 | BC | 33 | 39 |
| Octal | 132 | 274 | 312 | 67 | 7 | 0 | 25 | 274 | 63 | 71 |
| Binary | 1011010 | 10111100 | 11001010 | 110111 | 111 | 0 | 10101 | 10111100 | 110011 | 111001 |
Color Harmonies of #5ABCCA
Complementary color
Monochromatic Colors of #5ABCCA
Black with #5ABCCA
Text Example
Text Example
White with #5ABCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABCCA; }
p { color: rgb(90,188,202); }
H1.HeaderClassName
{
color: #5ABCCA;
}
.AnyTagClassName
{
color: #5ABCCA;
}
</style>
background-color css
<style>
a { background-color: #5ABCCA; }
a { background-color: rgb(90,188,202); }
div.DivClassName
{
background-color: #5ABCCA;
}
.BgClassName
{
background-color: #5ABCCA;
}
</style>
border-color css
<style>
span { border-color: #5ABCCA; }
span { border-color: rgb(90,188,202); }
td.TdClassName
{
border-color: #5ABCCA;
}
.TagClassName
{
border-color: #5ABCCA;
}
</style>