Shades of Viking #5AB6CD
Tints of Viking #5AB6CD
RGB
CMYK
RGB Variations
Color information
#5AB6CD (or 0x5AB6CD) is known color: Viking. HEX triplet: 5A, B6 and CD. RGB value is (90,182,205). Sum of RGB (Red+Green+Blue) = 90+182+205=477 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.87% from 477); Green value is 182 (71.48% from 255 or 38.16% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #5AB6CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AB6CD is #A54932. Grayscale: #9C9C9C. Windows color (decimal): -10832179 or 13481562. OLE color: 13481562.
HSL color Cylindrical-coordinate representation of color #5AB6CD: hue angle of 192º 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 #5AB6CD is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 182 | 205 | - |
| CMYK | 0.56 | 0.11 | 0 | 0.20 |
| HSL | 192º | 0.53% | 0.58% | - |
| HSV(B) | 192º | 0.56% | 0.8% | - |
| XYZ | 31.96 | 40.04 | 63.8 | - |
| YUV | 157.11 | 155.02 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 182 | 205 | 0.56 | 0.11 | 0 | 0.20 | 192 | 0.53 | 0.58 |
| Hex | 5A | B6 | CD | 38 | B | 0 | 14 | C0 | 35 | 3A |
| Octal | 132 | 266 | 315 | 70 | 13 | 0 | 24 | 300 | 65 | 72 |
| Binary | 1011010 | 10110110 | 11001101 | 111000 | 1011 | 0 | 10100 | 11000000 | 110101 | 111010 |
Color Harmonies of #5AB6CD
Complementary color
Monochromatic Colors of #5AB6CD
Black with #5AB6CD
Text Example
Text Example
White with #5AB6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB6CD; }
p { color: rgb(90,182,205); }
H1.HeaderClassName
{
color: #5AB6CD;
}
.AnyTagClassName
{
color: #5AB6CD;
}
</style>
background-color css
<style>
a { background-color: #5AB6CD; }
a { background-color: rgb(90,182,205); }
div.DivClassName
{
background-color: #5AB6CD;
}
.BgClassName
{
background-color: #5AB6CD;
}
</style>
border-color css
<style>
span { border-color: #5AB6CD; }
span { border-color: rgb(90,182,205); }
td.TdClassName
{
border-color: #5AB6CD;
}
.TagClassName
{
border-color: #5AB6CD;
}
</style>