Shades of Viking #5AB2CD
Tints of Viking #5AB2CD
RGB
CMYK
RGB Variations
Color information
#5AB2CD (or 0x5AB2CD) is known color: Viking. HEX triplet: 5A, B2 and CD. RGB value is (90,178,205). Sum of RGB (Red+Green+Blue) = 90+178+205=473 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.03% from 473); Green value is 178 (69.92% from 255 or 37.63% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #5AB2CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AB2CD is #A54D32. Grayscale: #9A9A9A. Windows color (decimal): -10833203 or 13480538. OLE color: 13480538.
HSL color Cylindrical-coordinate representation of color #5AB2CD: hue angle of 194.09º 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 #5AB2CD is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 178 | 205 | - |
| CMYK | 0.56 | 0.13 | 0 | 0.20 |
| HSL | 194.09º | 0.53% | 0.58% | - |
| HSV(B) | 194.09º | 0.56% | 0.8% | - |
| XYZ | 31.16 | 38.42 | 63.53 | - |
| YUV | 154.77 | 156.35 | 81.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 178 | 205 | 0.56 | 0.13 | 0 | 0.20 | 194.09 | 0.53 | 0.58 |
| Hex | 5A | B2 | CD | 38 | D | 0 | 14 | C2 | 35 | 3A |
| Octal | 132 | 262 | 315 | 70 | 15 | 0 | 24 | 302 | 65 | 72 |
| Binary | 1011010 | 10110010 | 11001101 | 111000 | 1101 | 0 | 10100 | 11000010 | 110101 | 111010 |
Color Harmonies of #5AB2CD
Complementary color
Monochromatic Colors of #5AB2CD
Black with #5AB2CD
Text Example
Text Example
White with #5AB2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB2CD; }
p { color: rgb(90,178,205); }
H1.HeaderClassName
{
color: #5AB2CD;
}
.AnyTagClassName
{
color: #5AB2CD;
}
</style>
background-color css
<style>
a { background-color: #5AB2CD; }
a { background-color: rgb(90,178,205); }
div.DivClassName
{
background-color: #5AB2CD;
}
.BgClassName
{
background-color: #5AB2CD;
}
</style>
border-color css
<style>
span { border-color: #5AB2CD; }
span { border-color: rgb(90,178,205); }
td.TdClassName
{
border-color: #5AB2CD;
}
.TagClassName
{
border-color: #5AB2CD;
}
</style>