Shades of Viking #5AAFBE
Tints of Viking #5AAFBE
RGB
CMYK
RGB Variations
Color information
#5AAFBE (or 0x5AAFBE) is known color: Viking. HEX triplet: 5A, AF and BE. RGB value is (90,175,190). Sum of RGB (Red+Green+Blue) = 90+175+190=455 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.78% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 190 - color contains mainly: blue. Hex color #5AAFBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AAFBE is #A55041. Grayscale: #979797. Windows color (decimal): -10833986 or 12496730. OLE color: 12496730.
HSL color Cylindrical-coordinate representation of color #5AAFBE: hue angle of 189º 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 #5AAFBE is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 175 | 190 | - |
| CMYK | 0.53 | 0.08 | 0 | 0.25 |
| HSL | 189º | 0.43% | 0.55% | - |
| HSV(B) | 189º | 0.53% | 0.75% | - |
| XYZ | 28.84 | 36.55 | 54.25 | - |
| YUV | 151.3 | 149.84 | 84.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 175 | 190 | 0.53 | 0.08 | 0 | 0.25 | 189 | 0.43 | 0.55 |
| Hex | 5A | AF | BE | 35 | 8 | 0 | 19 | BD | 2B | 37 |
| Octal | 132 | 257 | 276 | 65 | 10 | 0 | 31 | 275 | 53 | 67 |
| Binary | 1011010 | 10101111 | 10111110 | 110101 | 1000 | 0 | 11001 | 10111101 | 101011 | 110111 |
Color Harmonies of #5AAFBE
Complementary color
Monochromatic Colors of #5AAFBE
Black with #5AAFBE
Text Example
Text Example
White with #5AAFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAFBE; }
p { color: rgb(90,175,190); }
H1.HeaderClassName
{
color: #5AAFBE;
}
.AnyTagClassName
{
color: #5AAFBE;
}
</style>
background-color css
<style>
a { background-color: #5AAFBE; }
a { background-color: rgb(90,175,190); }
div.DivClassName
{
background-color: #5AAFBE;
}
.BgClassName
{
background-color: #5AAFBE;
}
</style>
border-color css
<style>
span { border-color: #5AAFBE; }
span { border-color: rgb(90,175,190); }
td.TdClassName
{
border-color: #5AAFBE;
}
.TagClassName
{
border-color: #5AAFBE;
}
</style>