Shades of Picton Blue #569FC5
Tints of Picton Blue #569FC5
RGB
CMYK
RGB Variations
Color information
#569FC5 (or 0x569FC5) is known color: Picton Blue. HEX triplet: 56, 9F and C5. RGB value is (86,159,197). Sum of RGB (Red+Green+Blue) = 86+159+197=442 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.46% from 442); Green value is 159 (62.5% from 255 or 35.97% from 442); Blue value is 197 (77.34% from 255 or 44.57% from 442); Max value from RGB is 197 - color contains mainly: blue. Hex color #569FC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569FC5 is #A9603A. Grayscale: #8D8D8D. Windows color (decimal): -11100219 or 12951382. OLE color: 12951382.
HSL color Cylindrical-coordinate representation of color #569FC5: hue angle of 200.54º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #569FC5 is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 86 | 159 | 197 | - |
| CMYK | 0.56 | 0.19 | 0 | 0.23 |
| HSL | 200.54º | 0.49% | 0.55% | - |
| HSV(B) | 200.54º | 0.56% | 0.77% | - |
| XYZ | 26.31 | 30.81 | 57.38 | - |
| YUV | 141.51 | 159.32 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 159 | 197 | 0.56 | 0.19 | 0 | 0.23 | 200.54 | 0.49 | 0.55 |
| Hex | 56 | 9F | C5 | 38 | 13 | 0 | 17 | C9 | 31 | 37 |
| Octal | 126 | 237 | 305 | 70 | 23 | 0 | 27 | 311 | 61 | 67 |
| Binary | 1010110 | 10011111 | 11000101 | 111000 | 10011 | 0 | 10111 | 11001001 | 110001 | 110111 |
Color Harmonies of #569FC5
Complementary color
Monochromatic Colors of #569FC5
Black with #569FC5
Text Example
Text Example
White with #569FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569FC5; }
p { color: rgb(86,159,197); }
H1.HeaderClassName
{
color: #569FC5;
}
.AnyTagClassName
{
color: #569FC5;
}
</style>
background-color css
<style>
a { background-color: #569FC5; }
a { background-color: rgb(86,159,197); }
div.DivClassName
{
background-color: #569FC5;
}
.BgClassName
{
background-color: #569FC5;
}
</style>
border-color css
<style>
span { border-color: #569FC5; }
span { border-color: rgb(86,159,197); }
td.TdClassName
{
border-color: #569FC5;
}
.TagClassName
{
border-color: #569FC5;
}
</style>