Shades of Picton Blue #5791DB
Tints of Picton Blue #5791DB
RGB
CMYK
RGB Variations
Color information
#5791DB (or 0x5791DB) is known color: Picton Blue. HEX triplet: 57, 91 and DB. RGB value is (87,145,219). Sum of RGB (Red+Green+Blue) = 87+145+219=451 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.29% from 451); Green value is 145 (57.03% from 255 or 32.15% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #5791DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5791DB is #A86E24. Grayscale: #878787. Windows color (decimal): -11038245 or 14389591. OLE color: 14389591.
HSL color Cylindrical-coordinate representation of color #5791DB: hue angle of 213.64º 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 #5791DB is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 145 | 219 | - |
| CMYK | 0.60 | 0.34 | 0 | 0.14 |
| HSL | 213.64º | 0.65% | 0.6% | - |
| HSV(B) | 213.64º | 0.6% | 0.86% | - |
| XYZ | 26.84 | 27.39 | 70.89 | - |
| YUV | 136.09 | 174.78 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 145 | 219 | 0.60 | 0.34 | 0 | 0.14 | 213.64 | 0.65 | 0.6 |
| Hex | 57 | 91 | DB | 3C | 22 | 0 | E | D6 | 41 | 3C |
| Octal | 127 | 221 | 333 | 74 | 42 | 0 | 16 | 326 | 101 | 74 |
| Binary | 1010111 | 10010001 | 11011011 | 111100 | 100010 | 0 | 1110 | 11010110 | 1000001 | 111100 |
Color Harmonies of #5791DB
Complementary color
Monochromatic Colors of #5791DB
Black with #5791DB
Text Example
Text Example
White with #5791DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5791DB; }
p { color: rgb(87,145,219); }
H1.HeaderClassName
{
color: #5791DB;
}
.AnyTagClassName
{
color: #5791DB;
}
</style>
background-color css
<style>
a { background-color: #5791DB; }
a { background-color: rgb(87,145,219); }
div.DivClassName
{
background-color: #5791DB;
}
.BgClassName
{
background-color: #5791DB;
}
</style>
border-color css
<style>
span { border-color: #5791DB; }
span { border-color: rgb(87,145,219); }
td.TdClassName
{
border-color: #5791DB;
}
.TagClassName
{
border-color: #5791DB;
}
</style>