Shades of Viking #5AACC1
Tints of Viking #5AACC1
RGB
CMYK
RGB Variations
Color information
#5AACC1 (or 0x5AACC1) is known color: Viking. HEX triplet: 5A, AC and C1. RGB value is (90,172,193). Sum of RGB (Red+Green+Blue) = 90+172+193=455 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.78% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 193 (75.78% from 255 or 42.42% from 455); Max value from RGB is 193 - color contains mainly: blue. Hex color #5AACC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AACC1 is #A5533E. Grayscale: #959595. Windows color (decimal): -10834751 or 12692570. OLE color: 12692570.
HSL color Cylindrical-coordinate representation of color #5AACC1: hue angle of 192.23º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5AACC1 is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 172 | 193 | - |
| CMYK | 0.53 | 0.11 | 0 | 0.24 |
| HSL | 192.23º | 0.45% | 0.55% | - |
| HSV(B) | 192.23º | 0.53% | 0.76% | - |
| XYZ | 28.59 | 35.53 | 55.8 | - |
| YUV | 149.88 | 152.33 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 172 | 193 | 0.53 | 0.11 | 0 | 0.24 | 192.23 | 0.45 | 0.55 |
| Hex | 5A | AC | C1 | 35 | B | 0 | 18 | C0 | 2D | 37 |
| Octal | 132 | 254 | 301 | 65 | 13 | 0 | 30 | 300 | 55 | 67 |
| Binary | 1011010 | 10101100 | 11000001 | 110101 | 1011 | 0 | 11000 | 11000000 | 101101 | 110111 |
Color Harmonies of #5AACC1
Complementary color
Monochromatic Colors of #5AACC1
Black with #5AACC1
Text Example
Text Example
White with #5AACC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AACC1; }
p { color: rgb(90,172,193); }
H1.HeaderClassName
{
color: #5AACC1;
}
.AnyTagClassName
{
color: #5AACC1;
}
</style>
background-color css
<style>
a { background-color: #5AACC1; }
a { background-color: rgb(90,172,193); }
div.DivClassName
{
background-color: #5AACC1;
}
.BgClassName
{
background-color: #5AACC1;
}
</style>
border-color css
<style>
span { border-color: #5AACC1; }
span { border-color: rgb(90,172,193); }
td.TdClassName
{
border-color: #5AACC1;
}
.TagClassName
{
border-color: #5AACC1;
}
</style>