Shades of Picton Blue #5696DB
Tints of Picton Blue #5696DB
RGB
CMYK
RGB Variations
Color information
#5696DB (or 0x5696DB) is known color: Picton Blue. HEX triplet: 56, 96 and DB. RGB value is (86,150,219). Sum of RGB (Red+Green+Blue) = 86+150+219=455 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.90% from 455); Green value is 150 (58.98% from 255 or 32.97% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #5696DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5696DB is #A96924. Grayscale: #8A8A8A. Windows color (decimal): -11102501 or 14390870. OLE color: 14390870.
HSL color Cylindrical-coordinate representation of color #5696DB: hue angle of 211.13º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5696DB is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 150 | 219 | - |
| CMYK | 0.61 | 0.32 | 0 | 0.14 |
| HSL | 211.13º | 0.65% | 0.6% | - |
| HSV(B) | 211.13º | 0.61% | 0.86% | - |
| XYZ | 27.53 | 28.91 | 71.15 | - |
| YUV | 138.73 | 173.3 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 150 | 219 | 0.61 | 0.32 | 0 | 0.14 | 211.13 | 0.65 | 0.6 |
| Hex | 56 | 96 | DB | 3D | 20 | 0 | E | D3 | 41 | 3C |
| Octal | 126 | 226 | 333 | 75 | 40 | 0 | 16 | 323 | 101 | 74 |
| Binary | 1010110 | 10010110 | 11011011 | 111101 | 100000 | 0 | 1110 | 11010011 | 1000001 | 111100 |
Color Harmonies of #5696DB
Complementary color
Monochromatic Colors of #5696DB
Black with #5696DB
Text Example
Text Example
White with #5696DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5696DB; }
p { color: rgb(86,150,219); }
H1.HeaderClassName
{
color: #5696DB;
}
.AnyTagClassName
{
color: #5696DB;
}
</style>
background-color css
<style>
a { background-color: #5696DB; }
a { background-color: rgb(86,150,219); }
div.DivClassName
{
background-color: #5696DB;
}
.BgClassName
{
background-color: #5696DB;
}
</style>
border-color css
<style>
span { border-color: #5696DB; }
span { border-color: rgb(86,150,219); }
td.TdClassName
{
border-color: #5696DB;
}
.TagClassName
{
border-color: #5696DB;
}
</style>