Shades of Picton Blue #5692DC
Tints of Picton Blue #5692DC
RGB
CMYK
RGB Variations
Color information
#5692DC (or 0x5692DC) is known color: Picton Blue. HEX triplet: 56, 92 and DC. RGB value is (86,146,220). Sum of RGB (Red+Green+Blue) = 86+146+220=452 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.03% from 452); Green value is 146 (57.42% from 255 or 32.30% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #5692DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5692DC is #A96D23. Grayscale: #888888. Windows color (decimal): -11103524 or 14455382. OLE color: 14455382.
HSL color Cylindrical-coordinate representation of color #5692DC: hue angle of 213.13º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5692DC is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 146 | 220 | - |
| CMYK | 0.61 | 0.34 | 0 | 0.14 |
| HSL | 213.13º | 0.66% | 0.6% | - |
| HSV(B) | 213.13º | 0.61% | 0.86% | - |
| XYZ | 27.03 | 27.7 | 71.63 | - |
| YUV | 136.5 | 175.12 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 146 | 220 | 0.61 | 0.34 | 0 | 0.14 | 213.13 | 0.66 | 0.6 |
| Hex | 56 | 92 | DC | 3D | 22 | 0 | E | D5 | 42 | 3C |
| Octal | 126 | 222 | 334 | 75 | 42 | 0 | 16 | 325 | 102 | 74 |
| Binary | 1010110 | 10010010 | 11011100 | 111101 | 100010 | 0 | 1110 | 11010101 | 1000010 | 111100 |
Color Harmonies of #5692DC
Complementary color
Monochromatic Colors of #5692DC
Black with #5692DC
Text Example
Text Example
White with #5692DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5692DC; }
p { color: rgb(86,146,220); }
H1.HeaderClassName
{
color: #5692DC;
}
.AnyTagClassName
{
color: #5692DC;
}
</style>
background-color css
<style>
a { background-color: #5692DC; }
a { background-color: rgb(86,146,220); }
div.DivClassName
{
background-color: #5692DC;
}
.BgClassName
{
background-color: #5692DC;
}
</style>
border-color css
<style>
span { border-color: #5692DC; }
span { border-color: rgb(86,146,220); }
td.TdClassName
{
border-color: #5692DC;
}
.TagClassName
{
border-color: #5692DC;
}
</style>