Shades of Picton Blue #5692DB
Tints of Picton Blue #5692DB
RGB
CMYK
RGB Variations
Color information
#5692DB (or 0x5692DB) is known color: Picton Blue. HEX triplet: 56, 92 and DB. RGB value is (86,146,219). Sum of RGB (Red+Green+Blue) = 86+146+219=451 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.07% from 451); Green value is 146 (57.42% from 255 or 32.37% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #5692DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5692DB is #A96D24. Grayscale: #888888. Windows color (decimal): -11103525 or 14389846. OLE color: 14389846.
HSL color Cylindrical-coordinate representation of color #5692DB: hue angle of 212.93º degrees, saturation: 0.65, 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 #5692DB is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 146 | 219 | - |
| CMYK | 0.61 | 0.33 | 0 | 0.14 |
| HSL | 212.93º | 0.65% | 0.6% | - |
| HSV(B) | 212.93º | 0.61% | 0.86% | - |
| XYZ | 26.9 | 27.65 | 70.94 | - |
| YUV | 136.38 | 174.62 | 92.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 146 | 219 | 0.61 | 0.33 | 0 | 0.14 | 212.93 | 0.65 | 0.6 |
| Hex | 56 | 92 | DB | 3D | 21 | 0 | E | D5 | 41 | 3C |
| Octal | 126 | 222 | 333 | 75 | 41 | 0 | 16 | 325 | 101 | 74 |
| Binary | 1010110 | 10010010 | 11011011 | 111101 | 100001 | 0 | 1110 | 11010101 | 1000001 | 111100 |
Color Harmonies of #5692DB
Complementary color
Monochromatic Colors of #5692DB
Black with #5692DB
Text Example
Text Example
White with #5692DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5692DB; }
p { color: rgb(86,146,219); }
H1.HeaderClassName
{
color: #5692DB;
}
.AnyTagClassName
{
color: #5692DB;
}
</style>
background-color css
<style>
a { background-color: #5692DB; }
a { background-color: rgb(86,146,219); }
div.DivClassName
{
background-color: #5692DB;
}
.BgClassName
{
background-color: #5692DB;
}
</style>
border-color css
<style>
span { border-color: #5692DB; }
span { border-color: rgb(86,146,219); }
td.TdClassName
{
border-color: #5692DB;
}
.TagClassName
{
border-color: #5692DB;
}
</style>