Shades of Viking #5AACC3
Tints of Viking #5AACC3
RGB
CMYK
RGB Variations
Color information
#5AACC3 (or 0x5AACC3) is known color: Viking. HEX triplet: 5A, AC and C3. RGB value is (90,172,195). Sum of RGB (Red+Green+Blue) = 90+172+195=457 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.69% from 457); Green value is 172 (67.58% from 255 or 37.64% from 457); Blue value is 195 (76.56% from 255 or 42.67% from 457); Max value from RGB is 195 - color contains mainly: blue. Hex color #5AACC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AACC3 is #A5533C. Grayscale: #959595. Windows color (decimal): -10834749 or 12823642. OLE color: 12823642.
HSL color Cylindrical-coordinate representation of color #5AACC3: hue angle of 193.14º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5AACC3 is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 172 | 195 | - |
| CMYK | 0.54 | 0.12 | 0 | 0.24 |
| HSL | 193.14º | 0.47% | 0.56% | - |
| HSV(B) | 193.14º | 0.54% | 0.76% | - |
| XYZ | 28.82 | 35.62 | 56.99 | - |
| YUV | 150.1 | 153.33 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 172 | 195 | 0.54 | 0.12 | 0 | 0.24 | 193.14 | 0.47 | 0.56 |
| Hex | 5A | AC | C3 | 36 | C | 0 | 18 | C1 | 2F | 38 |
| Octal | 132 | 254 | 303 | 66 | 14 | 0 | 30 | 301 | 57 | 70 |
| Binary | 1011010 | 10101100 | 11000011 | 110110 | 1100 | 0 | 11000 | 11000001 | 101111 | 111000 |
Color Harmonies of #5AACC3
Complementary color
Monochromatic Colors of #5AACC3
Black with #5AACC3
Text Example
Text Example
White with #5AACC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AACC3; }
p { color: rgb(90,172,195); }
H1.HeaderClassName
{
color: #5AACC3;
}
.AnyTagClassName
{
color: #5AACC3;
}
</style>
background-color css
<style>
a { background-color: #5AACC3; }
a { background-color: rgb(90,172,195); }
div.DivClassName
{
background-color: #5AACC3;
}
.BgClassName
{
background-color: #5AACC3;
}
</style>
border-color css
<style>
span { border-color: #5AACC3; }
span { border-color: rgb(90,172,195); }
td.TdClassName
{
border-color: #5AACC3;
}
.TagClassName
{
border-color: #5AACC3;
}
</style>