Shades of Viking #5AAFCF
Tints of Viking #5AAFCF
RGB
CMYK
RGB Variations
Color information
#5AAFCF (or 0x5AAFCF) is known color: Viking. HEX triplet: 5A, AF and CF. RGB value is (90,175,207). Sum of RGB (Red+Green+Blue) = 90+175+207=472 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.07% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #5AAFCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AAFCF is #A55030. Grayscale: #999999. Windows color (decimal): -10833969 or 13610842. OLE color: 13610842.
HSL color Cylindrical-coordinate representation of color #5AAFCF: hue angle of 196.41º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AAFCF is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 175 | 207 | - |
| CMYK | 0.57 | 0.15 | 0 | 0.19 |
| HSL | 196.41º | 0.55% | 0.58% | - |
| HSV(B) | 196.41º | 0.57% | 0.81% | - |
| XYZ | 30.81 | 37.34 | 64.61 | - |
| YUV | 153.23 | 158.34 | 82.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 175 | 207 | 0.57 | 0.15 | 0 | 0.19 | 196.41 | 0.55 | 0.58 |
| Hex | 5A | AF | CF | 39 | F | 0 | 13 | C4 | 37 | 3A |
| Octal | 132 | 257 | 317 | 71 | 17 | 0 | 23 | 304 | 67 | 72 |
| Binary | 1011010 | 10101111 | 11001111 | 111001 | 1111 | 0 | 10011 | 11000100 | 110111 | 111010 |
Color Harmonies of #5AAFCF
Complementary color
Monochromatic Colors of #5AAFCF
Black with #5AAFCF
Text Example
Text Example
White with #5AAFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAFCF; }
p { color: rgb(90,175,207); }
H1.HeaderClassName
{
color: #5AAFCF;
}
.AnyTagClassName
{
color: #5AAFCF;
}
</style>
background-color css
<style>
a { background-color: #5AAFCF; }
a { background-color: rgb(90,175,207); }
div.DivClassName
{
background-color: #5AAFCF;
}
.BgClassName
{
background-color: #5AAFCF;
}
</style>
border-color css
<style>
span { border-color: #5AAFCF; }
span { border-color: rgb(90,175,207); }
td.TdClassName
{
border-color: #5AAFCF;
}
.TagClassName
{
border-color: #5AAFCF;
}
</style>