Shades of Picton Blue #5696DD
Tints of Picton Blue #5696DD
RGB
CMYK
RGB Variations
Color information
#5696DD (or 0x5696DD) is known color: Picton Blue. HEX triplet: 56, 96 and DD. RGB value is (86,150,221). Sum of RGB (Red+Green+Blue) = 86+150+221=457 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.82% from 457); Green value is 150 (58.98% from 255 or 32.82% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #5696DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5696DD is #A96922. Grayscale: #8A8A8A. Windows color (decimal): -11102499 or 14521942. OLE color: 14521942.
HSL color Cylindrical-coordinate representation of color #5696DD: hue angle of 211.56º 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 #5696DD is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 150 | 221 | - |
| CMYK | 0.61 | 0.32 | 0 | 0.13 |
| HSL | 211.56º | 0.67% | 0.6% | - |
| HSV(B) | 211.56º | 0.61% | 0.87% | - |
| XYZ | 27.8 | 29.01 | 72.54 | - |
| YUV | 138.96 | 174.3 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 150 | 221 | 0.61 | 0.32 | 0 | 0.13 | 211.56 | 0.67 | 0.6 |
| Hex | 56 | 96 | DD | 3D | 20 | 0 | D | D4 | 43 | 3C |
| Octal | 126 | 226 | 335 | 75 | 40 | 0 | 15 | 324 | 103 | 74 |
| Binary | 1010110 | 10010110 | 11011101 | 111101 | 100000 | 0 | 1101 | 11010100 | 1000011 | 111100 |
Color Harmonies of #5696DD
Complementary color
Monochromatic Colors of #5696DD
Black with #5696DD
Text Example
Text Example
White with #5696DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5696DD; }
p { color: rgb(86,150,221); }
H1.HeaderClassName
{
color: #5696DD;
}
.AnyTagClassName
{
color: #5696DD;
}
</style>
background-color css
<style>
a { background-color: #5696DD; }
a { background-color: rgb(86,150,221); }
div.DivClassName
{
background-color: #5696DD;
}
.BgClassName
{
background-color: #5696DD;
}
</style>
border-color css
<style>
span { border-color: #5696DD; }
span { border-color: rgb(86,150,221); }
td.TdClassName
{
border-color: #5696DD;
}
.TagClassName
{
border-color: #5696DD;
}
</style>