Shades of Picton Blue #5796DB
Tints of Picton Blue #5796DB
RGB
CMYK
RGB Variations
Color information
#5796DB (or 0x5796DB) is known color: Picton Blue. HEX triplet: 57, 96 and DB. RGB value is (87,150,219). Sum of RGB (Red+Green+Blue) = 87+150+219=456 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.08% from 456); Green value is 150 (58.98% from 255 or 32.89% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #5796DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5796DB is #A86924. Grayscale: #8A8A8A. Windows color (decimal): -11036965 or 14390871. OLE color: 14390871.
HSL color Cylindrical-coordinate representation of color #5796DB: hue angle of 211.36º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5796DB is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 150 | 219 | - |
| CMYK | 0.60 | 0.32 | 0 | 0.14 |
| HSL | 211.36º | 0.65% | 0.6% | - |
| HSV(B) | 211.36º | 0.6% | 0.86% | - |
| XYZ | 27.62 | 28.95 | 71.15 | - |
| YUV | 139.03 | 173.13 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 150 | 219 | 0.60 | 0.32 | 0 | 0.14 | 211.36 | 0.65 | 0.6 |
| Hex | 57 | 96 | DB | 3C | 20 | 0 | E | D3 | 41 | 3C |
| Octal | 127 | 226 | 333 | 74 | 40 | 0 | 16 | 323 | 101 | 74 |
| Binary | 1010111 | 10010110 | 11011011 | 111100 | 100000 | 0 | 1110 | 11010011 | 1000001 | 111100 |
Color Harmonies of #5796DB
Complementary color
Monochromatic Colors of #5796DB
Black with #5796DB
Text Example
Text Example
White with #5796DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5796DB; }
p { color: rgb(87,150,219); }
H1.HeaderClassName
{
color: #5796DB;
}
.AnyTagClassName
{
color: #5796DB;
}
</style>
background-color css
<style>
a { background-color: #5796DB; }
a { background-color: rgb(87,150,219); }
div.DivClassName
{
background-color: #5796DB;
}
.BgClassName
{
background-color: #5796DB;
}
</style>
border-color css
<style>
span { border-color: #5796DB; }
span { border-color: rgb(87,150,219); }
td.TdClassName
{
border-color: #5796DB;
}
.TagClassName
{
border-color: #5796DB;
}
</style>