Shades of Picton Blue #569FE5
Tints of Picton Blue #569FE5
RGB
CMYK
RGB Variations
Color information
#569FE5 (or 0x569FE5) is known color: Picton Blue. HEX triplet: 56, 9F and E5. RGB value is (86,159,229). Sum of RGB (Red+Green+Blue) = 86+159+229=474 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.14% from 474); Green value is 159 (62.5% from 255 or 33.54% from 474); Blue value is 229 (89.84% from 255 or 48.31% from 474); Max value from RGB is 229 - color contains mainly: blue. Hex color #569FE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569FE5 is #A9601A. Grayscale: #909090. Windows color (decimal): -11100187 or 15048534. OLE color: 15048534.
HSL color Cylindrical-coordinate representation of color #569FE5: hue angle of 209.37º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #569FE5 is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 86 | 159 | 229 | - |
| CMYK | 0.62 | 0.31 | 0 | 0.10 |
| HSL | 209.37º | 0.73% | 0.62% | - |
| HSV(B) | 209.37º | 0.62% | 0.9% | - |
| XYZ | 30.38 | 32.43 | 78.79 | - |
| YUV | 145.15 | 175.32 | 85.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 159 | 229 | 0.62 | 0.31 | 0 | 0.10 | 209.37 | 0.73 | 0.62 |
| Hex | 56 | 9F | E5 | 3E | 1F | 0 | A | D1 | 49 | 3E |
| Octal | 126 | 237 | 345 | 76 | 37 | 0 | 12 | 321 | 111 | 76 |
| Binary | 1010110 | 10011111 | 11100101 | 111110 | 11111 | 0 | 1010 | 11010001 | 1001001 | 111110 |
Color Harmonies of #569FE5
Complementary color
Monochromatic Colors of #569FE5
Black with #569FE5
Text Example
Text Example
White with #569FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569FE5; }
p { color: rgb(86,159,229); }
H1.HeaderClassName
{
color: #569FE5;
}
.AnyTagClassName
{
color: #569FE5;
}
</style>
background-color css
<style>
a { background-color: #569FE5; }
a { background-color: rgb(86,159,229); }
div.DivClassName
{
background-color: #569FE5;
}
.BgClassName
{
background-color: #569FE5;
}
</style>
border-color css
<style>
span { border-color: #569FE5; }
span { border-color: rgb(86,159,229); }
td.TdClassName
{
border-color: #569FE5;
}
.TagClassName
{
border-color: #569FE5;
}
</style>