Shades of Viking #5AB8C6
Tints of Viking #5AB8C6
RGB
CMYK
RGB Variations
Color information
#5AB8C6 (or 0x5AB8C6) is known color: Viking. HEX triplet: 5A, B8 and C6. RGB value is (90,184,198). Sum of RGB (Red+Green+Blue) = 90+184+198=472 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.07% from 472); Green value is 184 (72.27% from 255 or 38.98% from 472); Blue value is 198 (77.73% from 255 or 41.95% from 472); Max value from RGB is 198 - color contains mainly: blue. Hex color #5AB8C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AB8C6 is #A54739. Grayscale: #9D9D9D. Windows color (decimal): -10831674 or 13023322. OLE color: 13023322.
HSL color Cylindrical-coordinate representation of color #5AB8C6: hue angle of 187.78º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5AB8C6 is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 90 | 184 | 198 | - |
| CMYK | 0.55 | 0.07 | 0 | 0.22 |
| HSL | 187.78º | 0.49% | 0.56% | - |
| HSV(B) | 187.78º | 0.55% | 0.78% | - |
| XYZ | 31.55 | 40.53 | 59.59 | - |
| YUV | 157.49 | 150.86 | 79.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 184 | 198 | 0.55 | 0.07 | 0 | 0.22 | 187.78 | 0.49 | 0.56 |
| Hex | 5A | B8 | C6 | 37 | 7 | 0 | 16 | BC | 31 | 38 |
| Octal | 132 | 270 | 306 | 67 | 7 | 0 | 26 | 274 | 61 | 70 |
| Binary | 1011010 | 10111000 | 11000110 | 110111 | 111 | 0 | 10110 | 10111100 | 110001 | 111000 |
Color Harmonies of #5AB8C6
Complementary color
Monochromatic Colors of #5AB8C6
Black with #5AB8C6
Text Example
Text Example
White with #5AB8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB8C6; }
p { color: rgb(90,184,198); }
H1.HeaderClassName
{
color: #5AB8C6;
}
.AnyTagClassName
{
color: #5AB8C6;
}
</style>
background-color css
<style>
a { background-color: #5AB8C6; }
a { background-color: rgb(90,184,198); }
div.DivClassName
{
background-color: #5AB8C6;
}
.BgClassName
{
background-color: #5AB8C6;
}
</style>
border-color css
<style>
span { border-color: #5AB8C6; }
span { border-color: rgb(90,184,198); }
td.TdClassName
{
border-color: #5AB8C6;
}
.TagClassName
{
border-color: #5AB8C6;
}
</style>