Shades of Viking #5AA8C5
Tints of Viking #5AA8C5
RGB
CMYK
RGB Variations
Color information
#5AA8C5 (or 0x5AA8C5) is known color: Viking. HEX triplet: 5A, A8 and C5. RGB value is (90,168,197). Sum of RGB (Red+Green+Blue) = 90+168+197=455 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.78% from 455); Green value is 168 (66.02% from 255 or 36.92% from 455); Blue value is 197 (77.34% from 255 or 43.30% from 455); Max value from RGB is 197 - color contains mainly: blue. Hex color #5AA8C5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AA8C5 is #A5573A. Grayscale: #939393. Windows color (decimal): -10835771 or 12953690. OLE color: 12953690.
HSL color Cylindrical-coordinate representation of color #5AA8C5: hue angle of 196.26º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5AA8C5 is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 90 | 168 | 197 | - |
| CMYK | 0.54 | 0.15 | 0 | 0.23 |
| HSL | 196.26º | 0.48% | 0.56% | - |
| HSV(B) | 196.26º | 0.54% | 0.77% | - |
| XYZ | 28.3 | 34.21 | 57.94 | - |
| YUV | 147.98 | 155.66 | 86.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 168 | 197 | 0.54 | 0.15 | 0 | 0.23 | 196.26 | 0.48 | 0.56 |
| Hex | 5A | A8 | C5 | 36 | F | 0 | 17 | C4 | 30 | 38 |
| Octal | 132 | 250 | 305 | 66 | 17 | 0 | 27 | 304 | 60 | 70 |
| Binary | 1011010 | 10101000 | 11000101 | 110110 | 1111 | 0 | 10111 | 11000100 | 110000 | 111000 |
Color Harmonies of #5AA8C5
Complementary color
Monochromatic Colors of #5AA8C5
Black with #5AA8C5
Text Example
Text Example
White with #5AA8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA8C5; }
p { color: rgb(90,168,197); }
H1.HeaderClassName
{
color: #5AA8C5;
}
.AnyTagClassName
{
color: #5AA8C5;
}
</style>
background-color css
<style>
a { background-color: #5AA8C5; }
a { background-color: rgb(90,168,197); }
div.DivClassName
{
background-color: #5AA8C5;
}
.BgClassName
{
background-color: #5AA8C5;
}
</style>
border-color css
<style>
span { border-color: #5AA8C5; }
span { border-color: rgb(90,168,197); }
td.TdClassName
{
border-color: #5AA8C5;
}
.TagClassName
{
border-color: #5AA8C5;
}
</style>