Shades of Picton Blue #5698C6
Tints of Picton Blue #5698C6
RGB
CMYK
RGB Variations
Color information
#5698C6 (or 0x5698C6) is known color: Picton Blue. HEX triplet: 56, 98 and C6. RGB value is (86,152,198). Sum of RGB (Red+Green+Blue) = 86+152+198=436 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.72% from 436); Green value is 152 (59.77% from 255 or 34.86% from 436); Blue value is 198 (77.73% from 255 or 45.41% from 436); Max value from RGB is 198 - color contains mainly: blue. Hex color #5698C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5698C6 is #A96739. Grayscale: #898989. Windows color (decimal): -11102010 or 13015126. OLE color: 13015126.
HSL color Cylindrical-coordinate representation of color #5698C6: hue angle of 204.64º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5698C6 is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 86 | 152 | 198 | - |
| CMYK | 0.57 | 0.23 | 0 | 0.22 |
| HSL | 204.64º | 0.5% | 0.56% | - |
| HSV(B) | 204.64º | 0.57% | 0.78% | - |
| XYZ | 25.26 | 28.51 | 57.6 | - |
| YUV | 137.51 | 162.13 | 91.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 152 | 198 | 0.57 | 0.23 | 0 | 0.22 | 204.64 | 0.5 | 0.56 |
| Hex | 56 | 98 | C6 | 39 | 17 | 0 | 16 | CD | 32 | 38 |
| Octal | 126 | 230 | 306 | 71 | 27 | 0 | 26 | 315 | 62 | 70 |
| Binary | 1010110 | 10011000 | 11000110 | 111001 | 10111 | 0 | 10110 | 11001101 | 110010 | 111000 |
Color Harmonies of #5698C6
Complementary color
Monochromatic Colors of #5698C6
Black with #5698C6
Text Example
Text Example
White with #5698C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5698C6; }
p { color: rgb(86,152,198); }
H1.HeaderClassName
{
color: #5698C6;
}
.AnyTagClassName
{
color: #5698C6;
}
</style>
background-color css
<style>
a { background-color: #5698C6; }
a { background-color: rgb(86,152,198); }
div.DivClassName
{
background-color: #5698C6;
}
.BgClassName
{
background-color: #5698C6;
}
</style>
border-color css
<style>
span { border-color: #5698C6; }
span { border-color: rgb(86,152,198); }
td.TdClassName
{
border-color: #5698C6;
}
.TagClassName
{
border-color: #5698C6;
}
</style>