Shades of Picton Blue #569CCD
Tints of Picton Blue #569CCD
RGB
CMYK
RGB Variations
Color information
#569CCD (or 0x569CCD) is known color: Picton Blue. HEX triplet: 56, 9C and CD. RGB value is (86,156,205). Sum of RGB (Red+Green+Blue) = 86+156+205=447 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.24% from 447); Green value is 156 (61.33% from 255 or 34.90% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #569CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569CCD is #A96332. Grayscale: #8C8C8C. Windows color (decimal): -11100979 or 13474902. OLE color: 13474902.
HSL color Cylindrical-coordinate representation of color #569CCD: hue angle of 204.71º 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 #569CCD is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 156 | 205 | - |
| CMYK | 0.58 | 0.24 | 0 | 0.20 |
| HSL | 204.71º | 0.54% | 0.57% | - |
| HSV(B) | 204.71º | 0.58% | 0.8% | - |
| XYZ | 26.75 | 30.16 | 62.17 | - |
| YUV | 140.66 | 164.31 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 156 | 205 | 0.58 | 0.24 | 0 | 0.20 | 204.71 | 0.54 | 0.57 |
| Hex | 56 | 9C | CD | 3A | 18 | 0 | 14 | CD | 36 | 39 |
| Octal | 126 | 234 | 315 | 72 | 30 | 0 | 24 | 315 | 66 | 71 |
| Binary | 1010110 | 10011100 | 11001101 | 111010 | 11000 | 0 | 10100 | 11001101 | 110110 | 111001 |
Color Harmonies of #569CCD
Complementary color
Monochromatic Colors of #569CCD
Black with #569CCD
Text Example
Text Example
White with #569CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569CCD; }
p { color: rgb(86,156,205); }
H1.HeaderClassName
{
color: #569CCD;
}
.AnyTagClassName
{
color: #569CCD;
}
</style>
background-color css
<style>
a { background-color: #569CCD; }
a { background-color: rgb(86,156,205); }
div.DivClassName
{
background-color: #569CCD;
}
.BgClassName
{
background-color: #569CCD;
}
</style>
border-color css
<style>
span { border-color: #569CCD; }
span { border-color: rgb(86,156,205); }
td.TdClassName
{
border-color: #569CCD;
}
.TagClassName
{
border-color: #569CCD;
}
</style>