Shades of Picton Blue #569ACF
Tints of Picton Blue #569ACF
RGB
CMYK
RGB Variations
Color information
#569ACF (or 0x569ACF) is known color: Picton Blue. HEX triplet: 56, 9A and CF. RGB value is (86,154,207). Sum of RGB (Red+Green+Blue) = 86+154+207=447 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.24% from 447); Green value is 154 (60.55% from 255 or 34.45% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #569ACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569ACF is #A96530. Grayscale: #8B8B8B. Windows color (decimal): -11101489 or 13605462. OLE color: 13605462.
HSL color Cylindrical-coordinate representation of color #569ACF: hue angle of 206.28º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #569ACF is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 154 | 207 | - |
| CMYK | 0.58 | 0.26 | 0 | 0.19 |
| HSL | 206.28º | 0.56% | 0.57% | - |
| HSV(B) | 206.28º | 0.58% | 0.81% | - |
| XYZ | 26.66 | 29.59 | 63.34 | - |
| YUV | 139.71 | 165.97 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 154 | 207 | 0.58 | 0.26 | 0 | 0.19 | 206.28 | 0.56 | 0.57 |
| Hex | 56 | 9A | CF | 3A | 1A | 0 | 13 | CE | 38 | 39 |
| Octal | 126 | 232 | 317 | 72 | 32 | 0 | 23 | 316 | 70 | 71 |
| Binary | 1010110 | 10011010 | 11001111 | 111010 | 11010 | 0 | 10011 | 11001110 | 111000 | 111001 |
Color Harmonies of #569ACF
Complementary color
Monochromatic Colors of #569ACF
Black with #569ACF
Text Example
Text Example
White with #569ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569ACF; }
p { color: rgb(86,154,207); }
H1.HeaderClassName
{
color: #569ACF;
}
.AnyTagClassName
{
color: #569ACF;
}
</style>
background-color css
<style>
a { background-color: #569ACF; }
a { background-color: rgb(86,154,207); }
div.DivClassName
{
background-color: #569ACF;
}
.BgClassName
{
background-color: #569ACF;
}
</style>
border-color css
<style>
span { border-color: #569ACF; }
span { border-color: rgb(86,154,207); }
td.TdClassName
{
border-color: #569ACF;
}
.TagClassName
{
border-color: #569ACF;
}
</style>