Shades of Picton Blue #5596DB
Tints of Picton Blue #5596DB
RGB
CMYK
RGB Variations
Color information
#5596DB (or 0x5596DB) is known color: Picton Blue. HEX triplet: 55, 96 and DB. RGB value is (85,150,219). Sum of RGB (Red+Green+Blue) = 85+150+219=454 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.72% from 454); Green value is 150 (58.98% from 255 or 33.04% 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 #5596DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5596DB is #AA6924. Grayscale: #8A8A8A. Windows color (decimal): -11168037 or 14390869. OLE color: 14390869.
HSL color Cylindrical-coordinate representation of color #5596DB: hue angle of 210.9º 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 #5596DB is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 150 | 219 | - |
| CMYK | 0.61 | 0.32 | 0 | 0.14 |
| HSL | 210.9º | 0.65% | 0.6% | - |
| HSV(B) | 210.9º | 0.61% | 0.86% | - |
| XYZ | 27.44 | 28.86 | 71.14 | - |
| YUV | 138.43 | 173.47 | 89.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 150 | 219 | 0.61 | 0.32 | 0 | 0.14 | 210.9 | 0.65 | 0.6 |
| Hex | 55 | 96 | DB | 3D | 20 | 0 | E | D3 | 41 | 3C |
| Octal | 125 | 226 | 333 | 75 | 40 | 0 | 16 | 323 | 101 | 74 |
| Binary | 1010101 | 10010110 | 11011011 | 111101 | 100000 | 0 | 1110 | 11010011 | 1000001 | 111100 |
Color Harmonies of #5596DB
Complementary color
Monochromatic Colors of #5596DB
Black with #5596DB
Text Example
Text Example
White with #5596DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5596DB; }
p { color: rgb(85,150,219); }
H1.HeaderClassName
{
color: #5596DB;
}
.AnyTagClassName
{
color: #5596DB;
}
</style>
background-color css
<style>
a { background-color: #5596DB; }
a { background-color: rgb(85,150,219); }
div.DivClassName
{
background-color: #5596DB;
}
.BgClassName
{
background-color: #5596DB;
}
</style>
border-color css
<style>
span { border-color: #5596DB; }
span { border-color: rgb(85,150,219); }
td.TdClassName
{
border-color: #5596DB;
}
.TagClassName
{
border-color: #5596DB;
}
</style>