Shades of Picton Blue #579FDB
Tints of Picton Blue #579FDB
RGB
CMYK
RGB Variations
Color information
#579FDB (or 0x579FDB) is known color: Picton Blue. HEX triplet: 57, 9F and DB. RGB value is (87,159,219). Sum of RGB (Red+Green+Blue) = 87+159+219=465 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.71% from 465); Green value is 159 (62.5% from 255 or 34.19% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #579FDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #579FDB is #A86024. Grayscale: #8F8F8F. Windows color (decimal): -11034661 or 14393175. OLE color: 14393175.
HSL color Cylindrical-coordinate representation of color #579FDB: hue angle of 207.27º 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 #579FDB is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 159 | 219 | - |
| CMYK | 0.60 | 0.27 | 0 | 0.14 |
| HSL | 207.27º | 0.65% | 0.6% | - |
| HSV(B) | 207.27º | 0.6% | 0.86% | - |
| XYZ | 29.11 | 31.94 | 71.65 | - |
| YUV | 144.31 | 170.15 | 87.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 159 | 219 | 0.60 | 0.27 | 0 | 0.14 | 207.27 | 0.65 | 0.6 |
| Hex | 57 | 9F | DB | 3C | 1B | 0 | E | CF | 41 | 3C |
| Octal | 127 | 237 | 333 | 74 | 33 | 0 | 16 | 317 | 101 | 74 |
| Binary | 1010111 | 10011111 | 11011011 | 111100 | 11011 | 0 | 1110 | 11001111 | 1000001 | 111100 |
Color Harmonies of #579FDB
Complementary color
Monochromatic Colors of #579FDB
Black with #579FDB
Text Example
Text Example
White with #579FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579FDB; }
p { color: rgb(87,159,219); }
H1.HeaderClassName
{
color: #579FDB;
}
.AnyTagClassName
{
color: #579FDB;
}
</style>
background-color css
<style>
a { background-color: #579FDB; }
a { background-color: rgb(87,159,219); }
div.DivClassName
{
background-color: #579FDB;
}
.BgClassName
{
background-color: #579FDB;
}
</style>
border-color css
<style>
span { border-color: #579FDB; }
span { border-color: rgb(87,159,219); }
td.TdClassName
{
border-color: #579FDB;
}
.TagClassName
{
border-color: #579FDB;
}
</style>