Shades of Viking #5AADCD
Tints of Viking #5AADCD
RGB
CMYK
RGB Variations
Color information
#5AADCD (or 0x5AADCD) is known color: Viking. HEX triplet: 5A, AD and CD. RGB value is (90,173,205). Sum of RGB (Red+Green+Blue) = 90+173+205=468 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.23% from 468); Green value is 173 (67.97% from 255 or 36.97% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: blue. Hex color #5AADCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AADCD is #A55232. Grayscale: #979797. Windows color (decimal): -10834483 or 13479258. OLE color: 13479258.
HSL color Cylindrical-coordinate representation of color #5AADCD: hue angle of 196.7º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5AADCD is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 173 | 205 | - |
| CMYK | 0.56 | 0.16 | 0 | 0.20 |
| HSL | 196.7º | 0.53% | 0.58% | - |
| HSV(B) | 196.7º | 0.56% | 0.8% | - |
| XYZ | 30.18 | 36.47 | 63.21 | - |
| YUV | 151.83 | 158 | 83.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 173 | 205 | 0.56 | 0.16 | 0 | 0.20 | 196.7 | 0.53 | 0.58 |
| Hex | 5A | AD | CD | 38 | 10 | 0 | 14 | C5 | 35 | 3A |
| Octal | 132 | 255 | 315 | 70 | 20 | 0 | 24 | 305 | 65 | 72 |
| Binary | 1011010 | 10101101 | 11001101 | 111000 | 10000 | 0 | 10100 | 11000101 | 110101 | 111010 |
Color Harmonies of #5AADCD
Complementary color
Monochromatic Colors of #5AADCD
Black with #5AADCD
Text Example
Text Example
White with #5AADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AADCD; }
p { color: rgb(90,173,205); }
H1.HeaderClassName
{
color: #5AADCD;
}
.AnyTagClassName
{
color: #5AADCD;
}
</style>
background-color css
<style>
a { background-color: #5AADCD; }
a { background-color: rgb(90,173,205); }
div.DivClassName
{
background-color: #5AADCD;
}
.BgClassName
{
background-color: #5AADCD;
}
</style>
border-color css
<style>
span { border-color: #5AADCD; }
span { border-color: rgb(90,173,205); }
td.TdClassName
{
border-color: #5AADCD;
}
.TagClassName
{
border-color: #5AADCD;
}
</style>