Shades of Picton Blue #5692D6
Tints of Picton Blue #5692D6
RGB
CMYK
RGB Variations
Color information
#5692D6 (or 0x5692D6) is known color: Picton Blue. HEX triplet: 56, 92 and D6. RGB value is (86,146,214). Sum of RGB (Red+Green+Blue) = 86+146+214=446 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.28% from 446); Green value is 146 (57.42% from 255 or 32.74% from 446); Blue value is 214 (83.98% from 255 or 47.98% from 446); Max value from RGB is 214 - color contains mainly: blue. Hex color #5692D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5692D6 is #A96D29. Grayscale: #878787. Windows color (decimal): -11103530 or 14062166. OLE color: 14062166.
HSL color Cylindrical-coordinate representation of color #5692D6: hue angle of 211.88º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5692D6 is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 86 | 146 | 214 | - |
| CMYK | 0.60 | 0.32 | 0 | 0.16 |
| HSL | 211.88º | 0.61% | 0.59% | - |
| HSV(B) | 211.88º | 0.6% | 0.84% | - |
| XYZ | 26.25 | 27.39 | 67.52 | - |
| YUV | 135.81 | 172.12 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 146 | 214 | 0.60 | 0.32 | 0 | 0.16 | 211.88 | 0.61 | 0.59 |
| Hex | 56 | 92 | D6 | 3C | 20 | 0 | 10 | D4 | 3D | 3B |
| Octal | 126 | 222 | 326 | 74 | 40 | 0 | 20 | 324 | 75 | 73 |
| Binary | 1010110 | 10010010 | 11010110 | 111100 | 100000 | 0 | 10000 | 11010100 | 111101 | 111011 |
Color Harmonies of #5692D6
Complementary color
Monochromatic Colors of #5692D6
Black with #5692D6
Text Example
Text Example
White with #5692D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5692D6; }
p { color: rgb(86,146,214); }
H1.HeaderClassName
{
color: #5692D6;
}
.AnyTagClassName
{
color: #5692D6;
}
</style>
background-color css
<style>
a { background-color: #5692D6; }
a { background-color: rgb(86,146,214); }
div.DivClassName
{
background-color: #5692D6;
}
.BgClassName
{
background-color: #5692D6;
}
</style>
border-color css
<style>
span { border-color: #5692D6; }
span { border-color: rgb(86,146,214); }
td.TdClassName
{
border-color: #5692D6;
}
.TagClassName
{
border-color: #5692D6;
}
</style>