Shades of Viking #5AB9CC
Tints of Viking #5AB9CC
RGB
CMYK
RGB Variations
Color information
#5AB9CC (or 0x5AB9CC) is known color: Viking. HEX triplet: 5A, B9 and CC. RGB value is (90,185,204). Sum of RGB (Red+Green+Blue) = 90+185+204=479 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.79% from 479); Green value is 185 (72.66% from 255 or 38.62% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #5AB9CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AB9CC is #A54633. Grayscale: #9E9E9E. Windows color (decimal): -10831412 or 13416794. OLE color: 13416794.
HSL color Cylindrical-coordinate representation of color #5AB9CC: hue angle of 190º 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 #5AB9CC is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 90 | 185 | 204 | - |
| CMYK | 0.56 | 0.09 | 0 | 0.2 |
| HSL | 190º | 0.53% | 0.58% | - |
| HSV(B) | 190º | 0.56% | 0.8% | - |
| XYZ | 32.46 | 41.23 | 63.37 | - |
| YUV | 158.76 | 153.53 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 185 | 204 | 0.56 | 0.09 | 0 | 0.2 | 190 | 0.53 | 0.58 |
| Hex | 5A | B9 | CC | 38 | 9 | 0 | 14 | BE | 35 | 3A |
| Octal | 132 | 271 | 314 | 70 | 11 | 0 | 24 | 276 | 65 | 72 |
| Binary | 1011010 | 10111001 | 11001100 | 111000 | 1001 | 0 | 10100 | 10111110 | 110101 | 111010 |
Color Harmonies of #5AB9CC
Complementary color
Monochromatic Colors of #5AB9CC
Black with #5AB9CC
Text Example
Text Example
White with #5AB9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB9CC; }
p { color: rgb(90,185,204); }
H1.HeaderClassName
{
color: #5AB9CC;
}
.AnyTagClassName
{
color: #5AB9CC;
}
</style>
background-color css
<style>
a { background-color: #5AB9CC; }
a { background-color: rgb(90,185,204); }
div.DivClassName
{
background-color: #5AB9CC;
}
.BgClassName
{
background-color: #5AB9CC;
}
</style>
border-color css
<style>
span { border-color: #5AB9CC; }
span { border-color: rgb(90,185,204); }
td.TdClassName
{
border-color: #5AB9CC;
}
.TagClassName
{
border-color: #5AB9CC;
}
</style>