Shades of Picton Blue #569CC5
Tints of Picton Blue #569CC5
RGB
CMYK
RGB Variations
Color information
#569CC5 (or 0x569CC5) is known color: Picton Blue. HEX triplet: 56, 9C and C5. RGB value is (86,156,197). Sum of RGB (Red+Green+Blue) = 86+156+197=439 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.59% from 439); Green value is 156 (61.33% from 255 or 35.54% from 439); Blue value is 197 (77.34% from 255 or 44.87% from 439); Max value from RGB is 197 - color contains mainly: blue. Hex color #569CC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569CC5 is #A9633A. Grayscale: #8B8B8B. Windows color (decimal): -11100987 or 12950614. OLE color: 12950614.
HSL color Cylindrical-coordinate representation of color #569CC5: hue angle of 202.16º 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 #569CC5 is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 86 | 156 | 197 | - |
| CMYK | 0.56 | 0.21 | 0 | 0.23 |
| HSL | 202.16º | 0.49% | 0.55% | - |
| HSV(B) | 202.16º | 0.56% | 0.77% | - |
| XYZ | 25.8 | 29.79 | 57.21 | - |
| YUV | 139.74 | 160.31 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 156 | 197 | 0.56 | 0.21 | 0 | 0.23 | 202.16 | 0.49 | 0.55 |
| Hex | 56 | 9C | C5 | 38 | 15 | 0 | 17 | CA | 31 | 37 |
| Octal | 126 | 234 | 305 | 70 | 25 | 0 | 27 | 312 | 61 | 67 |
| Binary | 1010110 | 10011100 | 11000101 | 111000 | 10101 | 0 | 10111 | 11001010 | 110001 | 110111 |
Color Harmonies of #569CC5
Complementary color
Monochromatic Colors of #569CC5
Black with #569CC5
Text Example
Text Example
White with #569CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569CC5; }
p { color: rgb(86,156,197); }
H1.HeaderClassName
{
color: #569CC5;
}
.AnyTagClassName
{
color: #569CC5;
}
</style>
background-color css
<style>
a { background-color: #569CC5; }
a { background-color: rgb(86,156,197); }
div.DivClassName
{
background-color: #569CC5;
}
.BgClassName
{
background-color: #569CC5;
}
</style>
border-color css
<style>
span { border-color: #569CC5; }
span { border-color: rgb(86,156,197); }
td.TdClassName
{
border-color: #569CC5;
}
.TagClassName
{
border-color: #569CC5;
}
</style>