Shades of Picton Blue #569CDC
Tints of Picton Blue #569CDC
RGB
CMYK
RGB Variations
Color information
#569CDC (or 0x569CDC) is known color: Picton Blue. HEX triplet: 56, 9C and DC. RGB value is (86,156,220). Sum of RGB (Red+Green+Blue) = 86+156+220=462 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.61% from 462); Green value is 156 (61.33% from 255 or 33.77% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #569CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569CDC is #A96323. Grayscale: #8E8E8E. Windows color (decimal): -11100964 or 14457942. OLE color: 14457942.
HSL color Cylindrical-coordinate representation of color #569CDC: hue angle of 208.66º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #569CDC is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 156 | 220 | - |
| CMYK | 0.61 | 0.29 | 0 | 0.14 |
| HSL | 208.66º | 0.66% | 0.6% | - |
| HSV(B) | 208.66º | 0.61% | 0.86% | - |
| XYZ | 28.64 | 30.92 | 72.17 | - |
| YUV | 142.37 | 171.81 | 87.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 156 | 220 | 0.61 | 0.29 | 0 | 0.14 | 208.66 | 0.66 | 0.6 |
| Hex | 56 | 9C | DC | 3D | 1D | 0 | E | D1 | 42 | 3C |
| Octal | 126 | 234 | 334 | 75 | 35 | 0 | 16 | 321 | 102 | 74 |
| Binary | 1010110 | 10011100 | 11011100 | 111101 | 11101 | 0 | 1110 | 11010001 | 1000010 | 111100 |
Color Harmonies of #569CDC
Complementary color
Monochromatic Colors of #569CDC
Black with #569CDC
Text Example
Text Example
White with #569CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569CDC; }
p { color: rgb(86,156,220); }
H1.HeaderClassName
{
color: #569CDC;
}
.AnyTagClassName
{
color: #569CDC;
}
</style>
background-color css
<style>
a { background-color: #569CDC; }
a { background-color: rgb(86,156,220); }
div.DivClassName
{
background-color: #569CDC;
}
.BgClassName
{
background-color: #569CDC;
}
</style>
border-color css
<style>
span { border-color: #569CDC; }
span { border-color: rgb(86,156,220); }
td.TdClassName
{
border-color: #569CDC;
}
.TagClassName
{
border-color: #569CDC;
}
</style>