Shades of Viking #5AB2BE
Tints of Viking #5AB2BE
RGB
CMYK
RGB Variations
Color information
#5AB2BE (or 0x5AB2BE) is known color: Viking. HEX triplet: 5A, B2 and BE. RGB value is (90,178,190). Sum of RGB (Red+Green+Blue) = 90+178+190=458 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.65% from 458); Green value is 178 (69.92% from 255 or 38.86% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 190 - color contains mainly: blue. Hex color #5AB2BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AB2BE is #A54D41. Grayscale: #989898. Windows color (decimal): -10833218 or 12497498. OLE color: 12497498.
HSL color Cylindrical-coordinate representation of color #5AB2BE: hue angle of 187.2º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5AB2BE is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 178 | 190 | - |
| CMYK | 0.53 | 0.06 | 0 | 0.25 |
| HSL | 187.2º | 0.43% | 0.55% | - |
| HSV(B) | 187.2º | 0.53% | 0.75% | - |
| XYZ | 29.43 | 37.73 | 54.45 | - |
| YUV | 153.06 | 148.85 | 83.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 178 | 190 | 0.53 | 0.06 | 0 | 0.25 | 187.2 | 0.43 | 0.55 |
| Hex | 5A | B2 | BE | 35 | 6 | 0 | 19 | BB | 2B | 37 |
| Octal | 132 | 262 | 276 | 65 | 6 | 0 | 31 | 273 | 53 | 67 |
| Binary | 1011010 | 10110010 | 10111110 | 110101 | 110 | 0 | 11001 | 10111011 | 101011 | 110111 |
Color Harmonies of #5AB2BE
Complementary color
Monochromatic Colors of #5AB2BE
Black with #5AB2BE
Text Example
Text Example
White with #5AB2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB2BE; }
p { color: rgb(90,178,190); }
H1.HeaderClassName
{
color: #5AB2BE;
}
.AnyTagClassName
{
color: #5AB2BE;
}
</style>
background-color css
<style>
a { background-color: #5AB2BE; }
a { background-color: rgb(90,178,190); }
div.DivClassName
{
background-color: #5AB2BE;
}
.BgClassName
{
background-color: #5AB2BE;
}
</style>
border-color css
<style>
span { border-color: #5AB2BE; }
span { border-color: rgb(90,178,190); }
td.TdClassName
{
border-color: #5AB2BE;
}
.TagClassName
{
border-color: #5AB2BE;
}
</style>