Shades of Viking #5AB8CE
Tints of Viking #5AB8CE
RGB
CMYK
RGB Variations
Color information
#5AB8CE (or 0x5AB8CE) is known color: Viking. HEX triplet: 5A, B8 and CE. RGB value is (90,184,206). Sum of RGB (Red+Green+Blue) = 90+184+206=480 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.75% from 480); Green value is 184 (72.27% from 255 or 38.33% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #5AB8CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AB8CE is #A54731. Grayscale: #9E9E9E. Windows color (decimal): -10831666 or 13547610. OLE color: 13547610.
HSL color Cylindrical-coordinate representation of color #5AB8CE: hue angle of 191.38º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5AB8CE is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 184 | 206 | - |
| CMYK | 0.56 | 0.11 | 0 | 0.19 |
| HSL | 191.38º | 0.54% | 0.58% | - |
| HSV(B) | 191.38º | 0.56% | 0.81% | - |
| XYZ | 32.5 | 40.91 | 64.58 | - |
| YUV | 158.4 | 154.86 | 79.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 184 | 206 | 0.56 | 0.11 | 0 | 0.19 | 191.38 | 0.54 | 0.58 |
| Hex | 5A | B8 | CE | 38 | B | 0 | 13 | BF | 36 | 3A |
| Octal | 132 | 270 | 316 | 70 | 13 | 0 | 23 | 277 | 66 | 72 |
| Binary | 1011010 | 10111000 | 11001110 | 111000 | 1011 | 0 | 10011 | 10111111 | 110110 | 111010 |
Color Harmonies of #5AB8CE
Complementary color
Monochromatic Colors of #5AB8CE
Black with #5AB8CE
Text Example
Text Example
White with #5AB8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB8CE; }
p { color: rgb(90,184,206); }
H1.HeaderClassName
{
color: #5AB8CE;
}
.AnyTagClassName
{
color: #5AB8CE;
}
</style>
background-color css
<style>
a { background-color: #5AB8CE; }
a { background-color: rgb(90,184,206); }
div.DivClassName
{
background-color: #5AB8CE;
}
.BgClassName
{
background-color: #5AB8CE;
}
</style>
border-color css
<style>
span { border-color: #5AB8CE; }
span { border-color: rgb(90,184,206); }
td.TdClassName
{
border-color: #5AB8CE;
}
.TagClassName
{
border-color: #5AB8CE;
}
</style>