Shades of Viking #59ACC3
Tints of Viking #59ACC3
RGB
CMYK
RGB Variations
Color information
#59ACC3 (or 0x59ACC3) is known color: Viking. HEX triplet: 59, AC and C3. RGB value is (89,172,195). Sum of RGB (Red+Green+Blue) = 89+172+195=456 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.52% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 195 (76.56% from 255 or 42.76% from 456); Max value from RGB is 195 - color contains mainly: blue. Hex color #59ACC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59ACC3 is #A6533C. Grayscale: #959595. Windows color (decimal): -10900285 or 12823641. OLE color: 12823641.
HSL color Cylindrical-coordinate representation of color #59ACC3: hue angle of 193.02º 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 #59ACC3 is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 172 | 195 | - |
| CMYK | 0.54 | 0.12 | 0 | 0.24 |
| HSL | 193.02º | 0.47% | 0.56% | - |
| HSV(B) | 193.02º | 0.54% | 0.76% | - |
| XYZ | 28.72 | 35.57 | 56.98 | - |
| YUV | 149.81 | 153.5 | 84.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 172 | 195 | 0.54 | 0.12 | 0 | 0.24 | 193.02 | 0.47 | 0.56 |
| Hex | 59 | AC | C3 | 36 | C | 0 | 18 | C1 | 2F | 38 |
| Octal | 131 | 254 | 303 | 66 | 14 | 0 | 30 | 301 | 57 | 70 |
| Binary | 1011001 | 10101100 | 11000011 | 110110 | 1100 | 0 | 11000 | 11000001 | 101111 | 111000 |
Color Harmonies of #59ACC3
Complementary color
Monochromatic Colors of #59ACC3
Black with #59ACC3
Text Example
Text Example
White with #59ACC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59ACC3; }
p { color: rgb(89,172,195); }
H1.HeaderClassName
{
color: #59ACC3;
}
.AnyTagClassName
{
color: #59ACC3;
}
</style>
background-color css
<style>
a { background-color: #59ACC3; }
a { background-color: rgb(89,172,195); }
div.DivClassName
{
background-color: #59ACC3;
}
.BgClassName
{
background-color: #59ACC3;
}
</style>
border-color css
<style>
span { border-color: #59ACC3; }
span { border-color: rgb(89,172,195); }
td.TdClassName
{
border-color: #59ACC3;
}
.TagClassName
{
border-color: #59ACC3;
}
</style>