Shades of Picton Blue #569EDC
Tints of Picton Blue #569EDC
RGB
CMYK
RGB Variations
Color information
#569EDC (or 0x569EDC) is known color: Picton Blue. HEX triplet: 56, 9E and DC. RGB value is (86,158,220). Sum of RGB (Red+Green+Blue) = 86+158+220=464 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.53% from 464); Green value is 158 (62.11% from 255 or 34.05% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #569EDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569EDC is #A96123. Grayscale: #8F8F8F. Windows color (decimal): -11100452 or 14458454. OLE color: 14458454.
HSL color Cylindrical-coordinate representation of color #569EDC: hue angle of 207.76º 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 #569EDC is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 158 | 220 | - |
| CMYK | 0.61 | 0.28 | 0 | 0.14 |
| HSL | 207.76º | 0.66% | 0.6% | - |
| HSV(B) | 207.76º | 0.61% | 0.86% | - |
| XYZ | 28.98 | 31.6 | 72.28 | - |
| YUV | 143.54 | 171.15 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 158 | 220 | 0.61 | 0.28 | 0 | 0.14 | 207.76 | 0.66 | 0.6 |
| Hex | 56 | 9E | DC | 3D | 1C | 0 | E | D0 | 42 | 3C |
| Octal | 126 | 236 | 334 | 75 | 34 | 0 | 16 | 320 | 102 | 74 |
| Binary | 1010110 | 10011110 | 11011100 | 111101 | 11100 | 0 | 1110 | 11010000 | 1000010 | 111100 |
Color Harmonies of #569EDC
Complementary color
Monochromatic Colors of #569EDC
Black with #569EDC
Text Example
Text Example
White with #569EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569EDC; }
p { color: rgb(86,158,220); }
H1.HeaderClassName
{
color: #569EDC;
}
.AnyTagClassName
{
color: #569EDC;
}
</style>
background-color css
<style>
a { background-color: #569EDC; }
a { background-color: rgb(86,158,220); }
div.DivClassName
{
background-color: #569EDC;
}
.BgClassName
{
background-color: #569EDC;
}
</style>
border-color css
<style>
span { border-color: #569EDC; }
span { border-color: rgb(86,158,220); }
td.TdClassName
{
border-color: #569EDC;
}
.TagClassName
{
border-color: #569EDC;
}
</style>