Shades of Picton Blue #5697DA
Tints of Picton Blue #5697DA
RGB
CMYK
RGB Variations
Color information
#5697DA (or 0x5697DA) is known color: Picton Blue. HEX triplet: 56, 97 and DA. RGB value is (86,151,218). Sum of RGB (Red+Green+Blue) = 86+151+218=455 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.90% from 455); Green value is 151 (59.38% from 255 or 33.19% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #5697DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5697DA is #A96825. Grayscale: #8A8A8A. Windows color (decimal): -11102246 or 14325590. OLE color: 14325590.
HSL color Cylindrical-coordinate representation of color #5697DA: hue angle of 210.45º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5697DA is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 86 | 151 | 218 | - |
| CMYK | 0.61 | 0.31 | 0 | 0.15 |
| HSL | 210.45º | 0.64% | 0.6% | - |
| HSV(B) | 210.45º | 0.61% | 0.85% | - |
| XYZ | 27.56 | 29.17 | 70.51 | - |
| YUV | 139.2 | 172.47 | 90.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 151 | 218 | 0.61 | 0.31 | 0 | 0.15 | 210.45 | 0.64 | 0.6 |
| Hex | 56 | 97 | DA | 3D | 1F | 0 | F | D2 | 40 | 3C |
| Octal | 126 | 227 | 332 | 75 | 37 | 0 | 17 | 322 | 100 | 74 |
| Binary | 1010110 | 10010111 | 11011010 | 111101 | 11111 | 0 | 1111 | 11010010 | 1000000 | 111100 |
Color Harmonies of #5697DA
Complementary color
Monochromatic Colors of #5697DA
Black with #5697DA
Text Example
Text Example
White with #5697DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5697DA; }
p { color: rgb(86,151,218); }
H1.HeaderClassName
{
color: #5697DA;
}
.AnyTagClassName
{
color: #5697DA;
}
</style>
background-color css
<style>
a { background-color: #5697DA; }
a { background-color: rgb(86,151,218); }
div.DivClassName
{
background-color: #5697DA;
}
.BgClassName
{
background-color: #5697DA;
}
</style>
border-color css
<style>
span { border-color: #5697DA; }
span { border-color: rgb(86,151,218); }
td.TdClassName
{
border-color: #5697DA;
}
.TagClassName
{
border-color: #5697DA;
}
</style>