Shades of Picton Blue #569DC8
Tints of Picton Blue #569DC8
RGB
CMYK
RGB Variations
Color information
#569DC8 (or 0x569DC8) is known color: Picton Blue. HEX triplet: 56, 9D and C8. RGB value is (86,157,200). Sum of RGB (Red+Green+Blue) = 86+157+200=443 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.41% from 443); Green value is 157 (61.72% from 255 or 35.44% from 443); Blue value is 200 (78.52% from 255 or 45.15% from 443); Max value from RGB is 200 - color contains mainly: blue. Hex color #569DC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569DC8 is #A96237. Grayscale: #8C8C8C. Windows color (decimal): -11100728 or 13147478. OLE color: 13147478.
HSL color Cylindrical-coordinate representation of color #569DC8: hue angle of 202.63º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #569DC8 is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 86 | 157 | 200 | - |
| CMYK | 0.57 | 0.22 | 0 | 0.22 |
| HSL | 202.63º | 0.51% | 0.56% | - |
| HSV(B) | 202.63º | 0.57% | 0.78% | - |
| XYZ | 26.32 | 30.26 | 59.1 | - |
| YUV | 140.67 | 161.48 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 157 | 200 | 0.57 | 0.22 | 0 | 0.22 | 202.63 | 0.51 | 0.56 |
| Hex | 56 | 9D | C8 | 39 | 16 | 0 | 16 | CB | 33 | 38 |
| Octal | 126 | 235 | 310 | 71 | 26 | 0 | 26 | 313 | 63 | 70 |
| Binary | 1010110 | 10011101 | 11001000 | 111001 | 10110 | 0 | 10110 | 11001011 | 110011 | 111000 |
Color Harmonies of #569DC8
Complementary color
Monochromatic Colors of #569DC8
Black with #569DC8
Text Example
Text Example
White with #569DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569DC8; }
p { color: rgb(86,157,200); }
H1.HeaderClassName
{
color: #569DC8;
}
.AnyTagClassName
{
color: #569DC8;
}
</style>
background-color css
<style>
a { background-color: #569DC8; }
a { background-color: rgb(86,157,200); }
div.DivClassName
{
background-color: #569DC8;
}
.BgClassName
{
background-color: #569DC8;
}
</style>
border-color css
<style>
span { border-color: #569DC8; }
span { border-color: rgb(86,157,200); }
td.TdClassName
{
border-color: #569DC8;
}
.TagClassName
{
border-color: #569DC8;
}
</style>