Shades of Viking #5AAFC8
Tints of Viking #5AAFC8
RGB
CMYK
RGB Variations
Color information
#5AAFC8 (or 0x5AAFC8) is known color: Viking. HEX triplet: 5A, AF and C8. RGB value is (90,175,200). Sum of RGB (Red+Green+Blue) = 90+175+200=465 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.35% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 200 (78.52% from 255 or 43.01% from 465); Max value from RGB is 200 - color contains mainly: blue. Hex color #5AAFC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AAFC8 is #A55037. Grayscale: #989898. Windows color (decimal): -10833976 or 13152090. OLE color: 13152090.
HSL color Cylindrical-coordinate representation of color #5AAFC8: hue angle of 193.64º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5AAFC8 is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 90 | 175 | 200 | - |
| CMYK | 0.55 | 0.12 | 0 | 0.22 |
| HSL | 193.64º | 0.5% | 0.57% | - |
| HSV(B) | 193.64º | 0.55% | 0.78% | - |
| XYZ | 29.97 | 37 | 60.21 | - |
| YUV | 152.44 | 154.84 | 83.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 175 | 200 | 0.55 | 0.12 | 0 | 0.22 | 193.64 | 0.5 | 0.57 |
| Hex | 5A | AF | C8 | 37 | C | 0 | 16 | C2 | 32 | 39 |
| Octal | 132 | 257 | 310 | 67 | 14 | 0 | 26 | 302 | 62 | 71 |
| Binary | 1011010 | 10101111 | 11001000 | 110111 | 1100 | 0 | 10110 | 11000010 | 110010 | 111001 |
Color Harmonies of #5AAFC8
Complementary color
Monochromatic Colors of #5AAFC8
Black with #5AAFC8
Text Example
Text Example
White with #5AAFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAFC8; }
p { color: rgb(90,175,200); }
H1.HeaderClassName
{
color: #5AAFC8;
}
.AnyTagClassName
{
color: #5AAFC8;
}
</style>
background-color css
<style>
a { background-color: #5AAFC8; }
a { background-color: rgb(90,175,200); }
div.DivClassName
{
background-color: #5AAFC8;
}
.BgClassName
{
background-color: #5AAFC8;
}
</style>
border-color css
<style>
span { border-color: #5AAFC8; }
span { border-color: rgb(90,175,200); }
td.TdClassName
{
border-color: #5AAFC8;
}
.TagClassName
{
border-color: #5AAFC8;
}
</style>