Shades of Picton Blue #5696CE
Tints of Picton Blue #5696CE
RGB
CMYK
RGB Variations
Color information
#5696CE (or 0x5696CE) is known color: Picton Blue. HEX triplet: 56, 96 and CE. RGB value is (86,150,206). Sum of RGB (Red+Green+Blue) = 86+150+206=442 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.46% from 442); Green value is 150 (58.98% from 255 or 33.94% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #5696CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5696CE is #A96931. Grayscale: #888888. Windows color (decimal): -11102514 or 13538902. OLE color: 13538902.
HSL color Cylindrical-coordinate representation of color #5696CE: hue angle of 208º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5696CE is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 150 | 206 | - |
| CMYK | 0.58 | 0.27 | 0 | 0.19 |
| HSL | 208º | 0.55% | 0.57% | - |
| HSV(B) | 208º | 0.58% | 0.81% | - |
| XYZ | 25.88 | 28.25 | 62.48 | - |
| YUV | 137.25 | 166.8 | 91.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 150 | 206 | 0.58 | 0.27 | 0 | 0.19 | 208 | 0.55 | 0.57 |
| Hex | 56 | 96 | CE | 3A | 1B | 0 | 13 | D0 | 37 | 39 |
| Octal | 126 | 226 | 316 | 72 | 33 | 0 | 23 | 320 | 67 | 71 |
| Binary | 1010110 | 10010110 | 11001110 | 111010 | 11011 | 0 | 10011 | 11010000 | 110111 | 111001 |
Color Harmonies of #5696CE
Complementary color
Monochromatic Colors of #5696CE
Black with #5696CE
Text Example
Text Example
White with #5696CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5696CE; }
p { color: rgb(86,150,206); }
H1.HeaderClassName
{
color: #5696CE;
}
.AnyTagClassName
{
color: #5696CE;
}
</style>
background-color css
<style>
a { background-color: #5696CE; }
a { background-color: rgb(86,150,206); }
div.DivClassName
{
background-color: #5696CE;
}
.BgClassName
{
background-color: #5696CE;
}
</style>
border-color css
<style>
span { border-color: #5696CE; }
span { border-color: rgb(86,150,206); }
td.TdClassName
{
border-color: #5696CE;
}
.TagClassName
{
border-color: #5696CE;
}
</style>