Shades of Picton Blue #569CDD
Tints of Picton Blue #569CDD
RGB
CMYK
RGB Variations
Color information
#569CDD (or 0x569CDD) is known color: Picton Blue. HEX triplet: 56, 9C and DD. RGB value is (86,156,221). Sum of RGB (Red+Green+Blue) = 86+156+221=463 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.57% from 463); Green value is 156 (61.33% from 255 or 33.69% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #569CDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569CDD is #A96322. Grayscale: #8E8E8E. Windows color (decimal): -11100963 or 14523478. OLE color: 14523478.
HSL color Cylindrical-coordinate representation of color #569CDD: hue angle of 208.89º 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 #569CDD is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 156 | 221 | - |
| CMYK | 0.61 | 0.29 | 0 | 0.13 |
| HSL | 208.89º | 0.67% | 0.6% | - |
| HSV(B) | 208.89º | 0.61% | 0.87% | - |
| XYZ | 28.78 | 30.98 | 72.87 | - |
| YUV | 142.48 | 172.31 | 87.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 156 | 221 | 0.61 | 0.29 | 0 | 0.13 | 208.89 | 0.67 | 0.6 |
| Hex | 56 | 9C | DD | 3D | 1D | 0 | D | D1 | 43 | 3C |
| Octal | 126 | 234 | 335 | 75 | 35 | 0 | 15 | 321 | 103 | 74 |
| Binary | 1010110 | 10011100 | 11011101 | 111101 | 11101 | 0 | 1101 | 11010001 | 1000011 | 111100 |
Color Harmonies of #569CDD
Complementary color
Monochromatic Colors of #569CDD
Black with #569CDD
Text Example
Text Example
White with #569CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569CDD; }
p { color: rgb(86,156,221); }
H1.HeaderClassName
{
color: #569CDD;
}
.AnyTagClassName
{
color: #569CDD;
}
</style>
background-color css
<style>
a { background-color: #569CDD; }
a { background-color: rgb(86,156,221); }
div.DivClassName
{
background-color: #569CDD;
}
.BgClassName
{
background-color: #569CDD;
}
</style>
border-color css
<style>
span { border-color: #569CDD; }
span { border-color: rgb(86,156,221); }
td.TdClassName
{
border-color: #569CDD;
}
.TagClassName
{
border-color: #569CDD;
}
</style>