Shades of Picton Blue #5593DB
Tints of Picton Blue #5593DB
RGB
CMYK
RGB Variations
Color information
#5593DB (or 0x5593DB) is known color: Picton Blue. HEX triplet: 55, 93 and DB. RGB value is (85,147,219). Sum of RGB (Red+Green+Blue) = 85+147+219=451 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.85% from 451); Green value is 147 (57.81% from 255 or 32.59% 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 #5593DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5593DB is #AA6C24. Grayscale: #888888. Windows color (decimal): -11168805 or 14390101. OLE color: 14390101.
HSL color Cylindrical-coordinate representation of color #5593DB: hue angle of 212.24º 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 #5593DB is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 147 | 219 | - |
| CMYK | 0.61 | 0.33 | 0 | 0.14 |
| HSL | 212.24º | 0.65% | 0.6% | - |
| HSV(B) | 212.24º | 0.61% | 0.86% | - |
| XYZ | 26.97 | 27.91 | 70.98 | - |
| YUV | 136.67 | 174.46 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 147 | 219 | 0.61 | 0.33 | 0 | 0.14 | 212.24 | 0.65 | 0.6 |
| Hex | 55 | 93 | DB | 3D | 21 | 0 | E | D4 | 41 | 3C |
| Octal | 125 | 223 | 333 | 75 | 41 | 0 | 16 | 324 | 101 | 74 |
| Binary | 1010101 | 10010011 | 11011011 | 111101 | 100001 | 0 | 1110 | 11010100 | 1000001 | 111100 |
Color Harmonies of #5593DB
Complementary color
Monochromatic Colors of #5593DB
Black with #5593DB
Text Example
Text Example
White with #5593DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5593DB; }
p { color: rgb(85,147,219); }
H1.HeaderClassName
{
color: #5593DB;
}
.AnyTagClassName
{
color: #5593DB;
}
</style>
background-color css
<style>
a { background-color: #5593DB; }
a { background-color: rgb(85,147,219); }
div.DivClassName
{
background-color: #5593DB;
}
.BgClassName
{
background-color: #5593DB;
}
</style>
border-color css
<style>
span { border-color: #5593DB; }
span { border-color: rgb(85,147,219); }
td.TdClassName
{
border-color: #5593DB;
}
.TagClassName
{
border-color: #5593DB;
}
</style>