Shades of Picton Blue #5695CA
Tints of Picton Blue #5695CA
RGB
CMYK
RGB Variations
Color information
#5695CA (or 0x5695CA) is known color: Picton Blue. HEX triplet: 56, 95 and CA. RGB value is (86,149,202). Sum of RGB (Red+Green+Blue) = 86+149+202=437 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.68% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 202 - color contains mainly: blue. Hex color #5695CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5695CA is #A96A35. Grayscale: #878787. Windows color (decimal): -11102774 or 13276502. OLE color: 13276502.
HSL color Cylindrical-coordinate representation of color #5695CA: hue angle of 207.41º 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 #5695CA is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 86 | 149 | 202 | - |
| CMYK | 0.57 | 0.26 | 0 | 0.21 |
| HSL | 207.41º | 0.52% | 0.56% | - |
| HSV(B) | 207.41º | 0.57% | 0.79% | - |
| XYZ | 25.25 | 27.74 | 59.9 | - |
| YUV | 136.21 | 165.13 | 92.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 149 | 202 | 0.57 | 0.26 | 0 | 0.21 | 207.41 | 0.52 | 0.56 |
| Hex | 56 | 95 | CA | 39 | 1A | 0 | 15 | CF | 34 | 38 |
| Octal | 126 | 225 | 312 | 71 | 32 | 0 | 25 | 317 | 64 | 70 |
| Binary | 1010110 | 10010101 | 11001010 | 111001 | 11010 | 0 | 10101 | 11001111 | 110100 | 111000 |
Color Harmonies of #5695CA
Complementary color
Monochromatic Colors of #5695CA
Black with #5695CA
Text Example
Text Example
White with #5695CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5695CA; }
p { color: rgb(86,149,202); }
H1.HeaderClassName
{
color: #5695CA;
}
.AnyTagClassName
{
color: #5695CA;
}
</style>
background-color css
<style>
a { background-color: #5695CA; }
a { background-color: rgb(86,149,202); }
div.DivClassName
{
background-color: #5695CA;
}
.BgClassName
{
background-color: #5695CA;
}
</style>
border-color css
<style>
span { border-color: #5695CA; }
span { border-color: rgb(86,149,202); }
td.TdClassName
{
border-color: #5695CA;
}
.TagClassName
{
border-color: #5695CA;
}
</style>