Shades of Viking #5AB1CE
Tints of Viking #5AB1CE
RGB
CMYK
RGB Variations
Color information
#5AB1CE (or 0x5AB1CE) is known color: Viking. HEX triplet: 5A, B1 and CE. RGB value is (90,177,206). Sum of RGB (Red+Green+Blue) = 90+177+206=473 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.03% from 473); Green value is 177 (69.53% from 255 or 37.42% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #5AB1CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AB1CE is #A54E31. Grayscale: #9A9A9A. Windows color (decimal): -10833458 or 13545818. OLE color: 13545818.
HSL color Cylindrical-coordinate representation of color #5AB1CE: hue angle of 195º 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 #5AB1CE is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 177 | 206 | - |
| CMYK | 0.56 | 0.14 | 0 | 0.19 |
| HSL | 195º | 0.54% | 0.58% | - |
| HSV(B) | 195º | 0.56% | 0.81% | - |
| XYZ | 31.08 | 38.07 | 64.1 | - |
| YUV | 154.29 | 157.18 | 82.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 177 | 206 | 0.56 | 0.14 | 0 | 0.19 | 195 | 0.54 | 0.58 |
| Hex | 5A | B1 | CE | 38 | E | 0 | 13 | C3 | 36 | 3A |
| Octal | 132 | 261 | 316 | 70 | 16 | 0 | 23 | 303 | 66 | 72 |
| Binary | 1011010 | 10110001 | 11001110 | 111000 | 1110 | 0 | 10011 | 11000011 | 110110 | 111010 |
Color Harmonies of #5AB1CE
Complementary color
Monochromatic Colors of #5AB1CE
Black with #5AB1CE
Text Example
Text Example
White with #5AB1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB1CE; }
p { color: rgb(90,177,206); }
H1.HeaderClassName
{
color: #5AB1CE;
}
.AnyTagClassName
{
color: #5AB1CE;
}
</style>
background-color css
<style>
a { background-color: #5AB1CE; }
a { background-color: rgb(90,177,206); }
div.DivClassName
{
background-color: #5AB1CE;
}
.BgClassName
{
background-color: #5AB1CE;
}
</style>
border-color css
<style>
span { border-color: #5AB1CE; }
span { border-color: rgb(90,177,206); }
td.TdClassName
{
border-color: #5AB1CE;
}
.TagClassName
{
border-color: #5AB1CE;
}
</style>