Shades of Picton Blue #56ABDD
Tints of Picton Blue #56ABDD
RGB
CMYK
RGB Variations
Color information
#56ABDD (or 0x56ABDD) is known color: Picton Blue. HEX triplet: 56, AB and DD. RGB value is (86,171,221). Sum of RGB (Red+Green+Blue) = 86+171+221=478 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.99% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #56ABDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56ABDD is #A95422. Grayscale: #979797. Windows color (decimal): -11097123 or 14527318. OLE color: 14527318.
HSL color Cylindrical-coordinate representation of color #56ABDD: hue angle of 202.22º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56ABDD is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 171 | 221 | - |
| CMYK | 0.61 | 0.23 | 0 | 0.13 |
| HSL | 202.22º | 0.67% | 0.6% | - |
| HSV(B) | 202.22º | 0.61% | 0.87% | - |
| XYZ | 31.45 | 36.32 | 73.76 | - |
| YUV | 151.29 | 167.34 | 81.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 171 | 221 | 0.61 | 0.23 | 0 | 0.13 | 202.22 | 0.67 | 0.6 |
| Hex | 56 | AB | DD | 3D | 17 | 0 | D | CA | 43 | 3C |
| Octal | 126 | 253 | 335 | 75 | 27 | 0 | 15 | 312 | 103 | 74 |
| Binary | 1010110 | 10101011 | 11011101 | 111101 | 10111 | 0 | 1101 | 11001010 | 1000011 | 111100 |
Color Harmonies of #56ABDD
Complementary color
Monochromatic Colors of #56ABDD
Black with #56ABDD
Text Example
Text Example
White with #56ABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56ABDD; }
p { color: rgb(86,171,221); }
H1.HeaderClassName
{
color: #56ABDD;
}
.AnyTagClassName
{
color: #56ABDD;
}
</style>
background-color css
<style>
a { background-color: #56ABDD; }
a { background-color: rgb(86,171,221); }
div.DivClassName
{
background-color: #56ABDD;
}
.BgClassName
{
background-color: #56ABDD;
}
</style>
border-color css
<style>
span { border-color: #56ABDD; }
span { border-color: rgb(86,171,221); }
td.TdClassName
{
border-color: #56ABDD;
}
.TagClassName
{
border-color: #56ABDD;
}
</style>