Shades of Viking #56A5BF
Tints of Viking #56A5BF
RGB
CMYK
RGB Variations
Color information
#56A5BF (or 0x56A5BF) is known color: Viking. HEX triplet: 56, A5 and BF. RGB value is (86,165,191). Sum of RGB (Red+Green+Blue) = 86+165+191=442 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.46% from 442); Green value is 165 (64.84% from 255 or 37.33% from 442); Blue value is 191 (75% from 255 or 43.21% from 442); Max value from RGB is 191 - color contains mainly: blue. Hex color #56A5BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56A5BF is #A95A40. Grayscale: #909090. Windows color (decimal): -11098689 or 12559702. OLE color: 12559702.
HSL color Cylindrical-coordinate representation of color #56A5BF: hue angle of 194.86º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #56A5BF is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 86 | 165 | 191 | - |
| CMYK | 0.55 | 0.14 | 0 | 0.25 |
| HSL | 194.86º | 0.45% | 0.54% | - |
| HSV(B) | 194.86º | 0.55% | 0.75% | - |
| XYZ | 26.7 | 32.65 | 54.19 | - |
| YUV | 144.34 | 154.33 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 165 | 191 | 0.55 | 0.14 | 0 | 0.25 | 194.86 | 0.45 | 0.54 |
| Hex | 56 | A5 | BF | 37 | E | 0 | 19 | C3 | 2D | 36 |
| Octal | 126 | 245 | 277 | 67 | 16 | 0 | 31 | 303 | 55 | 66 |
| Binary | 1010110 | 10100101 | 10111111 | 110111 | 1110 | 0 | 11001 | 11000011 | 101101 | 110110 |
Color Harmonies of #56A5BF
Complementary color
Monochromatic Colors of #56A5BF
Black with #56A5BF
Text Example
Text Example
White with #56A5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A5BF; }
p { color: rgb(86,165,191); }
H1.HeaderClassName
{
color: #56A5BF;
}
.AnyTagClassName
{
color: #56A5BF;
}
</style>
background-color css
<style>
a { background-color: #56A5BF; }
a { background-color: rgb(86,165,191); }
div.DivClassName
{
background-color: #56A5BF;
}
.BgClassName
{
background-color: #56A5BF;
}
</style>
border-color css
<style>
span { border-color: #56A5BF; }
span { border-color: rgb(86,165,191); }
td.TdClassName
{
border-color: #56A5BF;
}
.TagClassName
{
border-color: #56A5BF;
}
</style>