Shades of Picton Blue #56A2D1
Tints of Picton Blue #56A2D1
RGB
CMYK
RGB Variations
Color information
#56A2D1 (or 0x56A2D1) is known color: Picton Blue. HEX triplet: 56, A2 and D1. RGB value is (86,162,209). Sum of RGB (Red+Green+Blue) = 86+162+209=457 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.82% from 457); Green value is 162 (63.67% from 255 or 35.45% from 457); Blue value is 209 (82.03% from 255 or 45.73% from 457); Max value from RGB is 209 - color contains mainly: blue. Hex color #56A2D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56A2D1 is #A95D2E. Grayscale: #909090. Windows color (decimal): -11099439 or 13738582. OLE color: 13738582.
HSL color Cylindrical-coordinate representation of color #56A2D1: hue angle of 202.93º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #56A2D1 is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 86 | 162 | 209 | - |
| CMYK | 0.59 | 0.22 | 0 | 0.18 |
| HSL | 202.93º | 0.57% | 0.58% | - |
| HSV(B) | 202.93º | 0.59% | 0.82% | - |
| XYZ | 28.27 | 32.42 | 65.09 | - |
| YUV | 144.63 | 164.32 | 86.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 162 | 209 | 0.59 | 0.22 | 0 | 0.18 | 202.93 | 0.57 | 0.58 |
| Hex | 56 | A2 | D1 | 3B | 16 | 0 | 12 | CB | 39 | 3A |
| Octal | 126 | 242 | 321 | 73 | 26 | 0 | 22 | 313 | 71 | 72 |
| Binary | 1010110 | 10100010 | 11010001 | 111011 | 10110 | 0 | 10010 | 11001011 | 111001 | 111010 |
Color Harmonies of #56A2D1
Complementary color
Monochromatic Colors of #56A2D1
Black with #56A2D1
Text Example
Text Example
White with #56A2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A2D1; }
p { color: rgb(86,162,209); }
H1.HeaderClassName
{
color: #56A2D1;
}
.AnyTagClassName
{
color: #56A2D1;
}
</style>
background-color css
<style>
a { background-color: #56A2D1; }
a { background-color: rgb(86,162,209); }
div.DivClassName
{
background-color: #56A2D1;
}
.BgClassName
{
background-color: #56A2D1;
}
</style>
border-color css
<style>
span { border-color: #56A2D1; }
span { border-color: rgb(86,162,209); }
td.TdClassName
{
border-color: #56A2D1;
}
.TagClassName
{
border-color: #56A2D1;
}
</style>