Shades of Picton Blue #569FDE
Tints of Picton Blue #569FDE
RGB
CMYK
RGB Variations
Color information
#569FDE (or 0x569FDE) is known color: Picton Blue. HEX triplet: 56, 9F and DE. RGB value is (86,159,222). Sum of RGB (Red+Green+Blue) = 86+159+222=467 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.42% from 467); Green value is 159 (62.5% from 255 or 34.05% from 467); Blue value is 222 (87.11% from 255 or 47.54% from 467); Max value from RGB is 222 - color contains mainly: blue. Hex color #569FDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569FDE is #A96021. Grayscale: #909090. Windows color (decimal): -11100194 or 14589782. OLE color: 14589782.
HSL color Cylindrical-coordinate representation of color #569FDE: hue angle of 207.79º degrees, saturation: 0.67, 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 #569FDE is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 159 | 222 | - |
| CMYK | 0.61 | 0.28 | 0 | 0.13 |
| HSL | 207.79º | 0.67% | 0.6% | - |
| HSV(B) | 207.79º | 0.61% | 0.87% | - |
| XYZ | 29.42 | 32.05 | 73.74 | - |
| YUV | 144.36 | 171.82 | 86.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 159 | 222 | 0.61 | 0.28 | 0 | 0.13 | 207.79 | 0.67 | 0.6 |
| Hex | 56 | 9F | DE | 3D | 1C | 0 | D | D0 | 43 | 3C |
| Octal | 126 | 237 | 336 | 75 | 34 | 0 | 15 | 320 | 103 | 74 |
| Binary | 1010110 | 10011111 | 11011110 | 111101 | 11100 | 0 | 1101 | 11010000 | 1000011 | 111100 |
Color Harmonies of #569FDE
Complementary color
Monochromatic Colors of #569FDE
Black with #569FDE
Text Example
Text Example
White with #569FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569FDE; }
p { color: rgb(86,159,222); }
H1.HeaderClassName
{
color: #569FDE;
}
.AnyTagClassName
{
color: #569FDE;
}
</style>
background-color css
<style>
a { background-color: #569FDE; }
a { background-color: rgb(86,159,222); }
div.DivClassName
{
background-color: #569FDE;
}
.BgClassName
{
background-color: #569FDE;
}
</style>
border-color css
<style>
span { border-color: #569FDE; }
span { border-color: rgb(86,159,222); }
td.TdClassName
{
border-color: #569FDE;
}
.TagClassName
{
border-color: #569FDE;
}
</style>