Shades of Picton Blue #56A1DA
Tints of Picton Blue #56A1DA
RGB
CMYK
RGB Variations
Color information
#56A1DA (or 0x56A1DA) is known color: Picton Blue. HEX triplet: 56, A1 and DA. RGB value is (86,161,218). Sum of RGB (Red+Green+Blue) = 86+161+218=465 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.49% from 465); Green value is 161 (63.28% from 255 or 34.62% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 218 - color contains mainly: blue. Hex color #56A1DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56A1DA is #A95E25. Grayscale: #909090. Windows color (decimal): -11099686 or 14328150. OLE color: 14328150.
HSL color Cylindrical-coordinate representation of color #56A1DA: hue angle of 205.91º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56A1DA is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 86 | 161 | 218 | - |
| CMYK | 0.61 | 0.26 | 0 | 0.15 |
| HSL | 205.91º | 0.64% | 0.6% | - |
| HSV(B) | 205.91º | 0.61% | 0.85% | - |
| XYZ | 29.24 | 32.53 | 71.07 | - |
| YUV | 145.07 | 169.15 | 85.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 161 | 218 | 0.61 | 0.26 | 0 | 0.15 | 205.91 | 0.64 | 0.6 |
| Hex | 56 | A1 | DA | 3D | 1A | 0 | F | CE | 40 | 3C |
| Octal | 126 | 241 | 332 | 75 | 32 | 0 | 17 | 316 | 100 | 74 |
| Binary | 1010110 | 10100001 | 11011010 | 111101 | 11010 | 0 | 1111 | 11001110 | 1000000 | 111100 |
Color Harmonies of #56A1DA
Complementary color
Monochromatic Colors of #56A1DA
Black with #56A1DA
Text Example
Text Example
White with #56A1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A1DA; }
p { color: rgb(86,161,218); }
H1.HeaderClassName
{
color: #56A1DA;
}
.AnyTagClassName
{
color: #56A1DA;
}
</style>
background-color css
<style>
a { background-color: #56A1DA; }
a { background-color: rgb(86,161,218); }
div.DivClassName
{
background-color: #56A1DA;
}
.BgClassName
{
background-color: #56A1DA;
}
</style>
border-color css
<style>
span { border-color: #56A1DA; }
span { border-color: rgb(86,161,218); }
td.TdClassName
{
border-color: #56A1DA;
}
.TagClassName
{
border-color: #56A1DA;
}
</style>