Shades of Picton Blue #5696CA
Tints of Picton Blue #5696CA
RGB
CMYK
RGB Variations
Color information
#5696CA (or 0x5696CA) is known color: Picton Blue. HEX triplet: 56, 96 and CA. RGB value is (86,150,202). Sum of RGB (Red+Green+Blue) = 86+150+202=438 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.63% from 438); Green value is 150 (58.98% from 255 or 34.25% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 202 - color contains mainly: blue. Hex color #5696CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5696CA is #A96935. Grayscale: #888888. Windows color (decimal): -11102518 or 13276758. OLE color: 13276758.
HSL color Cylindrical-coordinate representation of color #5696CA: hue angle of 206.9º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5696CA is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 86 | 150 | 202 | - |
| CMYK | 0.57 | 0.26 | 0 | 0.21 |
| HSL | 206.9º | 0.52% | 0.56% | - |
| HSV(B) | 206.9º | 0.57% | 0.79% | - |
| XYZ | 25.4 | 28.06 | 59.95 | - |
| YUV | 136.79 | 164.8 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 150 | 202 | 0.57 | 0.26 | 0 | 0.21 | 206.9 | 0.52 | 0.56 |
| Hex | 56 | 96 | CA | 39 | 1A | 0 | 15 | CF | 34 | 38 |
| Octal | 126 | 226 | 312 | 71 | 32 | 0 | 25 | 317 | 64 | 70 |
| Binary | 1010110 | 10010110 | 11001010 | 111001 | 11010 | 0 | 10101 | 11001111 | 110100 | 111000 |
Color Harmonies of #5696CA
Complementary color
Monochromatic Colors of #5696CA
Black with #5696CA
Text Example
Text Example
White with #5696CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5696CA; }
p { color: rgb(86,150,202); }
H1.HeaderClassName
{
color: #5696CA;
}
.AnyTagClassName
{
color: #5696CA;
}
</style>
background-color css
<style>
a { background-color: #5696CA; }
a { background-color: rgb(86,150,202); }
div.DivClassName
{
background-color: #5696CA;
}
.BgClassName
{
background-color: #5696CA;
}
</style>
border-color css
<style>
span { border-color: #5696CA; }
span { border-color: rgb(86,150,202); }
td.TdClassName
{
border-color: #5696CA;
}
.TagClassName
{
border-color: #5696CA;
}
</style>