Shades of Picton Blue #569DDD
Tints of Picton Blue #569DDD
RGB
CMYK
RGB Variations
Color information
#569DDD (or 0x569DDD) is known color: Picton Blue. HEX triplet: 56, 9D and DD. RGB value is (86,157,221). Sum of RGB (Red+Green+Blue) = 86+157+221=464 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.53% from 464); Green value is 157 (61.72% from 255 or 33.84% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #569DDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569DDD is #A96222. Grayscale: #8E8E8E. Windows color (decimal): -11100707 or 14523734. OLE color: 14523734.
HSL color Cylindrical-coordinate representation of color #569DDD: hue angle of 208.44º 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 #569DDD is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 157 | 221 | - |
| CMYK | 0.61 | 0.29 | 0 | 0.13 |
| HSL | 208.44º | 0.67% | 0.6% | - |
| HSV(B) | 208.44º | 0.61% | 0.87% | - |
| XYZ | 28.95 | 31.31 | 72.92 | - |
| YUV | 143.07 | 171.98 | 87.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 157 | 221 | 0.61 | 0.29 | 0 | 0.13 | 208.44 | 0.67 | 0.6 |
| Hex | 56 | 9D | DD | 3D | 1D | 0 | D | D0 | 43 | 3C |
| Octal | 126 | 235 | 335 | 75 | 35 | 0 | 15 | 320 | 103 | 74 |
| Binary | 1010110 | 10011101 | 11011101 | 111101 | 11101 | 0 | 1101 | 11010000 | 1000011 | 111100 |
Color Harmonies of #569DDD
Complementary color
Monochromatic Colors of #569DDD
Black with #569DDD
Text Example
Text Example
White with #569DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569DDD; }
p { color: rgb(86,157,221); }
H1.HeaderClassName
{
color: #569DDD;
}
.AnyTagClassName
{
color: #569DDD;
}
</style>
background-color css
<style>
a { background-color: #569DDD; }
a { background-color: rgb(86,157,221); }
div.DivClassName
{
background-color: #569DDD;
}
.BgClassName
{
background-color: #569DDD;
}
</style>
border-color css
<style>
span { border-color: #569DDD; }
span { border-color: rgb(86,157,221); }
td.TdClassName
{
border-color: #569DDD;
}
.TagClassName
{
border-color: #569DDD;
}
</style>