Shades of Picton Blue #579FDD
Tints of Picton Blue #579FDD
RGB
CMYK
RGB Variations
Color information
#579FDD (or 0x579FDD) is known color: Picton Blue. HEX triplet: 57, 9F and DD. RGB value is (87,159,221). Sum of RGB (Red+Green+Blue) = 87+159+221=467 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.63% from 467); Green value is 159 (62.5% from 255 or 34.05% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #579FDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #579FDD is #A86022. Grayscale: #909090. Windows color (decimal): -11034659 or 14524247. OLE color: 14524247.
HSL color Cylindrical-coordinate representation of color #579FDD: hue angle of 207.76º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #579FDD is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 159 | 221 | - |
| CMYK | 0.61 | 0.28 | 0 | 0.13 |
| HSL | 207.76º | 0.66% | 0.6% | - |
| HSV(B) | 207.76º | 0.61% | 0.87% | - |
| XYZ | 29.38 | 32.04 | 73.04 | - |
| YUV | 144.54 | 171.15 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 159 | 221 | 0.61 | 0.28 | 0 | 0.13 | 207.76 | 0.66 | 0.6 |
| Hex | 57 | 9F | DD | 3D | 1C | 0 | D | D0 | 42 | 3C |
| Octal | 127 | 237 | 335 | 75 | 34 | 0 | 15 | 320 | 102 | 74 |
| Binary | 1010111 | 10011111 | 11011101 | 111101 | 11100 | 0 | 1101 | 11010000 | 1000010 | 111100 |
Color Harmonies of #579FDD
Complementary color
Monochromatic Colors of #579FDD
Black with #579FDD
Text Example
Text Example
White with #579FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579FDD; }
p { color: rgb(87,159,221); }
H1.HeaderClassName
{
color: #579FDD;
}
.AnyTagClassName
{
color: #579FDD;
}
</style>
background-color css
<style>
a { background-color: #579FDD; }
a { background-color: rgb(87,159,221); }
div.DivClassName
{
background-color: #579FDD;
}
.BgClassName
{
background-color: #579FDD;
}
</style>
border-color css
<style>
span { border-color: #579FDD; }
span { border-color: rgb(87,159,221); }
td.TdClassName
{
border-color: #579FDD;
}
.TagClassName
{
border-color: #579FDD;
}
</style>