Shades of Viking #5ABFCA
Tints of Viking #5ABFCA
RGB
CMYK
RGB Variations
Color information
#5ABFCA (or 0x5ABFCA) is known color: Viking. HEX triplet: 5A, BF and CA. RGB value is (90,191,202). Sum of RGB (Red+Green+Blue) = 90+191+202=483 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.63% from 483); Green value is 191 (75% from 255 or 39.54% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #5ABFCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABFCA is #A54035. Grayscale: #A1A1A1. Windows color (decimal): -10829878 or 13287258. OLE color: 13287258.
HSL color Cylindrical-coordinate representation of color #5ABFCA: hue angle of 185.89º 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 #5ABFCA is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 90 | 191 | 202 | - |
| CMYK | 0.55 | 0.05 | 0 | 0.21 |
| HSL | 185.89º | 0.51% | 0.57% | - |
| HSV(B) | 185.89º | 0.55% | 0.79% | - |
| XYZ | 33.51 | 43.7 | 62.55 | - |
| YUV | 162.06 | 150.54 | 76.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 191 | 202 | 0.55 | 0.05 | 0 | 0.21 | 185.89 | 0.51 | 0.57 |
| Hex | 5A | BF | CA | 37 | 5 | 0 | 15 | BA | 33 | 39 |
| Octal | 132 | 277 | 312 | 67 | 5 | 0 | 25 | 272 | 63 | 71 |
| Binary | 1011010 | 10111111 | 11001010 | 110111 | 101 | 0 | 10101 | 10111010 | 110011 | 111001 |
Color Harmonies of #5ABFCA
Complementary color
Monochromatic Colors of #5ABFCA
Black with #5ABFCA
Text Example
Text Example
White with #5ABFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABFCA; }
p { color: rgb(90,191,202); }
H1.HeaderClassName
{
color: #5ABFCA;
}
.AnyTagClassName
{
color: #5ABFCA;
}
</style>
background-color css
<style>
a { background-color: #5ABFCA; }
a { background-color: rgb(90,191,202); }
div.DivClassName
{
background-color: #5ABFCA;
}
.BgClassName
{
background-color: #5ABFCA;
}
</style>
border-color css
<style>
span { border-color: #5ABFCA; }
span { border-color: rgb(90,191,202); }
td.TdClassName
{
border-color: #5ABFCA;
}
.TagClassName
{
border-color: #5ABFCA;
}
</style>