Shades of Picton Blue #56A0D9
Tints of Picton Blue #56A0D9
RGB
CMYK
RGB Variations
Color information
#56A0D9 (or 0x56A0D9) is known color: Picton Blue. HEX triplet: 56, A0 and D9. RGB value is (86,160,217). Sum of RGB (Red+Green+Blue) = 86+160+217=463 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.57% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 217 (85.16% from 255 or 46.87% from 463); Max value from RGB is 217 - color contains mainly: blue. Hex color #56A0D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56A0D9 is #A95F26. Grayscale: #909090. Windows color (decimal): -11099943 or 14262358. OLE color: 14262358.
HSL color Cylindrical-coordinate representation of color #56A0D9: hue angle of 206.11º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #56A0D9 is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 86 | 160 | 217 | - |
| CMYK | 0.60 | 0.26 | 0 | 0.15 |
| HSL | 206.11º | 0.63% | 0.59% | - |
| HSV(B) | 206.11º | 0.6% | 0.85% | - |
| XYZ | 28.93 | 32.13 | 70.32 | - |
| YUV | 144.37 | 168.98 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 160 | 217 | 0.60 | 0.26 | 0 | 0.15 | 206.11 | 0.63 | 0.59 |
| Hex | 56 | A0 | D9 | 3C | 1A | 0 | F | CE | 3F | 3B |
| Octal | 126 | 240 | 331 | 74 | 32 | 0 | 17 | 316 | 77 | 73 |
| Binary | 1010110 | 10100000 | 11011001 | 111100 | 11010 | 0 | 1111 | 11001110 | 111111 | 111011 |
Color Harmonies of #56A0D9
Complementary color
Monochromatic Colors of #56A0D9
Black with #56A0D9
Text Example
Text Example
White with #56A0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A0D9; }
p { color: rgb(86,160,217); }
H1.HeaderClassName
{
color: #56A0D9;
}
.AnyTagClassName
{
color: #56A0D9;
}
</style>
background-color css
<style>
a { background-color: #56A0D9; }
a { background-color: rgb(86,160,217); }
div.DivClassName
{
background-color: #56A0D9;
}
.BgClassName
{
background-color: #56A0D9;
}
</style>
border-color css
<style>
span { border-color: #56A0D9; }
span { border-color: rgb(86,160,217); }
td.TdClassName
{
border-color: #56A0D9;
}
.TagClassName
{
border-color: #56A0D9;
}
</style>