Shades of Picton Blue #5695DB
Tints of Picton Blue #5695DB
RGB
CMYK
RGB Variations
Color information
#5695DB (or 0x5695DB) is known color: Picton Blue. HEX triplet: 56, 95 and DB. RGB value is (86,149,219). Sum of RGB (Red+Green+Blue) = 86+149+219=454 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.94% from 454); Green value is 149 (58.59% from 255 or 32.82% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #5695DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5695DB is #A96A24. Grayscale: #898989. Windows color (decimal): -11102757 or 14390614. OLE color: 14390614.
HSL color Cylindrical-coordinate representation of color #5695DB: hue angle of 211.58º 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 #5695DB is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 149 | 219 | - |
| CMYK | 0.61 | 0.32 | 0 | 0.14 |
| HSL | 211.58º | 0.65% | 0.6% | - |
| HSV(B) | 211.58º | 0.61% | 0.86% | - |
| XYZ | 27.37 | 28.59 | 71.09 | - |
| YUV | 138.14 | 173.63 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 149 | 219 | 0.61 | 0.32 | 0 | 0.14 | 211.58 | 0.65 | 0.6 |
| Hex | 56 | 95 | DB | 3D | 20 | 0 | E | D4 | 41 | 3C |
| Octal | 126 | 225 | 333 | 75 | 40 | 0 | 16 | 324 | 101 | 74 |
| Binary | 1010110 | 10010101 | 11011011 | 111101 | 100000 | 0 | 1110 | 11010100 | 1000001 | 111100 |
Color Harmonies of #5695DB
Complementary color
Monochromatic Colors of #5695DB
Black with #5695DB
Text Example
Text Example
White with #5695DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5695DB; }
p { color: rgb(86,149,219); }
H1.HeaderClassName
{
color: #5695DB;
}
.AnyTagClassName
{
color: #5695DB;
}
</style>
background-color css
<style>
a { background-color: #5695DB; }
a { background-color: rgb(86,149,219); }
div.DivClassName
{
background-color: #5695DB;
}
.BgClassName
{
background-color: #5695DB;
}
</style>
border-color css
<style>
span { border-color: #5695DB; }
span { border-color: rgb(86,149,219); }
td.TdClassName
{
border-color: #5695DB;
}
.TagClassName
{
border-color: #5695DB;
}
</style>