Shades of Viking #56ACC3
Tints of Viking #56ACC3
RGB
CMYK
RGB Variations
Color information
#56ACC3 (or 0x56ACC3) is known color: Viking. HEX triplet: 56, AC and C3. RGB value is (86,172,195). Sum of RGB (Red+Green+Blue) = 86+172+195=453 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.98% from 453); Green value is 172 (67.58% from 255 or 37.97% from 453); Blue value is 195 (76.56% from 255 or 43.05% from 453); Max value from RGB is 195 - color contains mainly: blue. Hex color #56ACC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56ACC3 is #A9533C. Grayscale: #949494. Windows color (decimal): -11096893 or 12823638. OLE color: 12823638.
HSL color Cylindrical-coordinate representation of color #56ACC3: hue angle of 192.66º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #56ACC3 is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 172 | 195 | - |
| CMYK | 0.56 | 0.12 | 0 | 0.24 |
| HSL | 192.66º | 0.48% | 0.55% | - |
| HSV(B) | 192.66º | 0.56% | 0.76% | - |
| XYZ | 28.44 | 35.42 | 56.97 | - |
| YUV | 148.91 | 154.01 | 83.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 172 | 195 | 0.56 | 0.12 | 0 | 0.24 | 192.66 | 0.48 | 0.55 |
| Hex | 56 | AC | C3 | 38 | C | 0 | 18 | C1 | 30 | 37 |
| Octal | 126 | 254 | 303 | 70 | 14 | 0 | 30 | 301 | 60 | 67 |
| Binary | 1010110 | 10101100 | 11000011 | 111000 | 1100 | 0 | 11000 | 11000001 | 110000 | 110111 |
Color Harmonies of #56ACC3
Complementary color
Monochromatic Colors of #56ACC3
Black with #56ACC3
Text Example
Text Example
White with #56ACC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56ACC3; }
p { color: rgb(86,172,195); }
H1.HeaderClassName
{
color: #56ACC3;
}
.AnyTagClassName
{
color: #56ACC3;
}
</style>
background-color css
<style>
a { background-color: #56ACC3; }
a { background-color: rgb(86,172,195); }
div.DivClassName
{
background-color: #56ACC3;
}
.BgClassName
{
background-color: #56ACC3;
}
</style>
border-color css
<style>
span { border-color: #56ACC3; }
span { border-color: rgb(86,172,195); }
td.TdClassName
{
border-color: #56ACC3;
}
.TagClassName
{
border-color: #56ACC3;
}
</style>