Shades of Picton Blue #5693DB
Tints of Picton Blue #5693DB
RGB
CMYK
RGB Variations
Color information
#5693DB (or 0x5693DB) is known color: Picton Blue. HEX triplet: 56, 93 and DB. RGB value is (86,147,219). Sum of RGB (Red+Green+Blue) = 86+147+219=452 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.03% from 452); Green value is 147 (57.81% from 255 or 32.52% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #5693DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5693DB is #A96C24. Grayscale: #888888. Windows color (decimal): -11103269 or 14390102. OLE color: 14390102.
HSL color Cylindrical-coordinate representation of color #5693DB: hue angle of 212.48º 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 #5693DB is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 147 | 219 | - |
| CMYK | 0.61 | 0.33 | 0 | 0.14 |
| HSL | 212.48º | 0.65% | 0.6% | - |
| HSV(B) | 212.48º | 0.61% | 0.86% | - |
| XYZ | 27.06 | 27.96 | 70.99 | - |
| YUV | 136.97 | 174.29 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 147 | 219 | 0.61 | 0.33 | 0 | 0.14 | 212.48 | 0.65 | 0.6 |
| Hex | 56 | 93 | DB | 3D | 21 | 0 | E | D4 | 41 | 3C |
| Octal | 126 | 223 | 333 | 75 | 41 | 0 | 16 | 324 | 101 | 74 |
| Binary | 1010110 | 10010011 | 11011011 | 111101 | 100001 | 0 | 1110 | 11010100 | 1000001 | 111100 |
Color Harmonies of #5693DB
Complementary color
Monochromatic Colors of #5693DB
Black with #5693DB
Text Example
Text Example
White with #5693DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5693DB; }
p { color: rgb(86,147,219); }
H1.HeaderClassName
{
color: #5693DB;
}
.AnyTagClassName
{
color: #5693DB;
}
</style>
background-color css
<style>
a { background-color: #5693DB; }
a { background-color: rgb(86,147,219); }
div.DivClassName
{
background-color: #5693DB;
}
.BgClassName
{
background-color: #5693DB;
}
</style>
border-color css
<style>
span { border-color: #5693DB; }
span { border-color: rgb(86,147,219); }
td.TdClassName
{
border-color: #5693DB;
}
.TagClassName
{
border-color: #5693DB;
}
</style>