Shades of Picton Blue #579FDF
Tints of Picton Blue #579FDF
RGB
CMYK
RGB Variations
Color information
#579FDF (or 0x579FDF) is known color: Picton Blue. HEX triplet: 57, 9F and DF. RGB value is (87,159,223). Sum of RGB (Red+Green+Blue) = 87+159+223=469 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.55% from 469); Green value is 159 (62.5% from 255 or 33.90% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #579FDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #579FDF is #A86020. Grayscale: #909090. Windows color (decimal): -11034657 or 14655319. OLE color: 14655319.
HSL color Cylindrical-coordinate representation of color #579FDF: hue angle of 208.24º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #579FDF is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 159 | 223 | - |
| CMYK | 0.61 | 0.29 | 0 | 0.13 |
| HSL | 208.24º | 0.68% | 0.61% | - |
| HSV(B) | 208.24º | 0.61% | 0.87% | - |
| XYZ | 29.65 | 32.15 | 74.46 | - |
| YUV | 144.77 | 172.15 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 159 | 223 | 0.61 | 0.29 | 0 | 0.13 | 208.24 | 0.68 | 0.61 |
| Hex | 57 | 9F | DF | 3D | 1D | 0 | D | D0 | 44 | 3D |
| Octal | 127 | 237 | 337 | 75 | 35 | 0 | 15 | 320 | 104 | 75 |
| Binary | 1010111 | 10011111 | 11011111 | 111101 | 11101 | 0 | 1101 | 11010000 | 1000100 | 111101 |
Color Harmonies of #579FDF
Complementary color
Monochromatic Colors of #579FDF
Black with #579FDF
Text Example
Text Example
White with #579FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579FDF; }
p { color: rgb(87,159,223); }
H1.HeaderClassName
{
color: #579FDF;
}
.AnyTagClassName
{
color: #579FDF;
}
</style>
background-color css
<style>
a { background-color: #579FDF; }
a { background-color: rgb(87,159,223); }
div.DivClassName
{
background-color: #579FDF;
}
.BgClassName
{
background-color: #579FDF;
}
</style>
border-color css
<style>
span { border-color: #579FDF; }
span { border-color: rgb(87,159,223); }
td.TdClassName
{
border-color: #579FDF;
}
.TagClassName
{
border-color: #579FDF;
}
</style>