Shades of Picton Blue #569ED4
Tints of Picton Blue #569ED4
RGB
CMYK
RGB Variations
Color information
#569ED4 (or 0x569ED4) is known color: Picton Blue. HEX triplet: 56, 9E and D4. RGB value is (86,158,212). Sum of RGB (Red+Green+Blue) = 86+158+212=456 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.86% from 456); Green value is 158 (62.11% from 255 or 34.65% from 456); Blue value is 212 (83.20% from 255 or 46.49% from 456); Max value from RGB is 212 - color contains mainly: blue. Hex color #569ED4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569ED4 is #A9612B. Grayscale: #8E8E8E. Windows color (decimal): -11100460 or 13934166. OLE color: 13934166.
HSL color Cylindrical-coordinate representation of color #569ED4: hue angle of 205.71º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #569ED4 is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 86 | 158 | 212 | - |
| CMYK | 0.59 | 0.25 | 0 | 0.17 |
| HSL | 205.71º | 0.59% | 0.58% | - |
| HSV(B) | 205.71º | 0.59% | 0.83% | - |
| XYZ | 27.95 | 31.19 | 66.83 | - |
| YUV | 142.63 | 167.15 | 87.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 158 | 212 | 0.59 | 0.25 | 0 | 0.17 | 205.71 | 0.59 | 0.58 |
| Hex | 56 | 9E | D4 | 3B | 19 | 0 | 11 | CE | 3B | 3A |
| Octal | 126 | 236 | 324 | 73 | 31 | 0 | 21 | 316 | 73 | 72 |
| Binary | 1010110 | 10011110 | 11010100 | 111011 | 11001 | 0 | 10001 | 11001110 | 111011 | 111010 |
Color Harmonies of #569ED4
Complementary color
Monochromatic Colors of #569ED4
Black with #569ED4
Text Example
Text Example
White with #569ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569ED4; }
p { color: rgb(86,158,212); }
H1.HeaderClassName
{
color: #569ED4;
}
.AnyTagClassName
{
color: #569ED4;
}
</style>
background-color css
<style>
a { background-color: #569ED4; }
a { background-color: rgb(86,158,212); }
div.DivClassName
{
background-color: #569ED4;
}
.BgClassName
{
background-color: #569ED4;
}
</style>
border-color css
<style>
span { border-color: #569ED4; }
span { border-color: rgb(86,158,212); }
td.TdClassName
{
border-color: #569ED4;
}
.TagClassName
{
border-color: #569ED4;
}
</style>