Shades of Picton Blue #56A1D6
Tints of Picton Blue #56A1D6
RGB
CMYK
RGB Variations
Color information
#56A1D6 (or 0x56A1D6) is known color: Picton Blue. HEX triplet: 56, A1 and D6. RGB value is (86,161,214). Sum of RGB (Red+Green+Blue) = 86+161+214=461 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.66% from 461); Green value is 161 (63.28% from 255 or 34.92% from 461); Blue value is 214 (83.98% from 255 or 46.42% from 461); Max value from RGB is 214 - color contains mainly: blue. Hex color #56A1D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56A1D6 is #A95E29. Grayscale: #909090. Windows color (decimal): -11099690 or 14066006. OLE color: 14066006.
HSL color Cylindrical-coordinate representation of color #56A1D6: hue angle of 204.84º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #56A1D6 is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 86 | 161 | 214 | - |
| CMYK | 0.60 | 0.25 | 0 | 0.16 |
| HSL | 204.84º | 0.61% | 0.59% | - |
| HSV(B) | 204.84º | 0.6% | 0.84% | - |
| XYZ | 28.72 | 32.32 | 68.34 | - |
| YUV | 144.62 | 167.15 | 86.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 161 | 214 | 0.60 | 0.25 | 0 | 0.16 | 204.84 | 0.61 | 0.59 |
| Hex | 56 | A1 | D6 | 3C | 19 | 0 | 10 | CD | 3D | 3B |
| Octal | 126 | 241 | 326 | 74 | 31 | 0 | 20 | 315 | 75 | 73 |
| Binary | 1010110 | 10100001 | 11010110 | 111100 | 11001 | 0 | 10000 | 11001101 | 111101 | 111011 |
Color Harmonies of #56A1D6
Complementary color
Monochromatic Colors of #56A1D6
Black with #56A1D6
Text Example
Text Example
White with #56A1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A1D6; }
p { color: rgb(86,161,214); }
H1.HeaderClassName
{
color: #56A1D6;
}
.AnyTagClassName
{
color: #56A1D6;
}
</style>
background-color css
<style>
a { background-color: #56A1D6; }
a { background-color: rgb(86,161,214); }
div.DivClassName
{
background-color: #56A1D6;
}
.BgClassName
{
background-color: #56A1D6;
}
</style>
border-color css
<style>
span { border-color: #56A1D6; }
span { border-color: rgb(86,161,214); }
td.TdClassName
{
border-color: #56A1D6;
}
.TagClassName
{
border-color: #56A1D6;
}
</style>