Shades of Picton Blue #569DCC
Tints of Picton Blue #569DCC
RGB
CMYK
RGB Variations
Color information
#569DCC (or 0x569DCC) is known color: Picton Blue. HEX triplet: 56, 9D and CC. RGB value is (86,157,204). Sum of RGB (Red+Green+Blue) = 86+157+204=447 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.24% from 447); Green value is 157 (61.72% from 255 or 35.12% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #569DCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569DCC is #A96233. Grayscale: #8C8C8C. Windows color (decimal): -11100724 or 13409622. OLE color: 13409622.
HSL color Cylindrical-coordinate representation of color #569DCC: hue angle of 203.9º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #569DCC is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 86 | 157 | 204 | - |
| CMYK | 0.58 | 0.23 | 0 | 0.2 |
| HSL | 203.9º | 0.54% | 0.57% | - |
| HSV(B) | 203.9º | 0.58% | 0.8% | - |
| XYZ | 26.79 | 30.45 | 61.59 | - |
| YUV | 141.13 | 163.48 | 88.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 157 | 204 | 0.58 | 0.23 | 0 | 0.2 | 203.9 | 0.54 | 0.57 |
| Hex | 56 | 9D | CC | 3A | 17 | 0 | 14 | CC | 36 | 39 |
| Octal | 126 | 235 | 314 | 72 | 27 | 0 | 24 | 314 | 66 | 71 |
| Binary | 1010110 | 10011101 | 11001100 | 111010 | 10111 | 0 | 10100 | 11001100 | 110110 | 111001 |
Color Harmonies of #569DCC
Complementary color
Monochromatic Colors of #569DCC
Black with #569DCC
Text Example
Text Example
White with #569DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569DCC; }
p { color: rgb(86,157,204); }
H1.HeaderClassName
{
color: #569DCC;
}
.AnyTagClassName
{
color: #569DCC;
}
</style>
background-color css
<style>
a { background-color: #569DCC; }
a { background-color: rgb(86,157,204); }
div.DivClassName
{
background-color: #569DCC;
}
.BgClassName
{
background-color: #569DCC;
}
</style>
border-color css
<style>
span { border-color: #569DCC; }
span { border-color: rgb(86,157,204); }
td.TdClassName
{
border-color: #569DCC;
}
.TagClassName
{
border-color: #569DCC;
}
</style>