Shades of Picton Blue #5894DB
Tints of Picton Blue #5894DB
RGB
CMYK
RGB Variations
Color information
#5894DB (or 0x5894DB) is known color: Picton Blue. HEX triplet: 58, 94 and DB. RGB value is (88,148,219). Sum of RGB (Red+Green+Blue) = 88+148+219=455 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.34% from 455); Green value is 148 (58.20% from 255 or 32.53% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #5894DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5894DB is #A76B24. Grayscale: #898989. Windows color (decimal): -10971941 or 14390360. OLE color: 14390360.
HSL color Cylindrical-coordinate representation of color #5894DB: hue angle of 212.52º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5894DB is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 148 | 219 | - |
| CMYK | 0.60 | 0.32 | 0 | 0.14 |
| HSL | 212.52º | 0.65% | 0.6% | - |
| HSV(B) | 212.52º | 0.6% | 0.86% | - |
| XYZ | 27.4 | 28.37 | 71.05 | - |
| YUV | 138.15 | 173.62 | 92.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 148 | 219 | 0.60 | 0.32 | 0 | 0.14 | 212.52 | 0.65 | 0.6 |
| Hex | 58 | 94 | DB | 3C | 20 | 0 | E | D5 | 41 | 3C |
| Octal | 130 | 224 | 333 | 74 | 40 | 0 | 16 | 325 | 101 | 74 |
| Binary | 1011000 | 10010100 | 11011011 | 111100 | 100000 | 0 | 1110 | 11010101 | 1000001 | 111100 |
Color Harmonies of #5894DB
Complementary color
Monochromatic Colors of #5894DB
Black with #5894DB
Text Example
Text Example
White with #5894DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5894DB; }
p { color: rgb(88,148,219); }
H1.HeaderClassName
{
color: #5894DB;
}
.AnyTagClassName
{
color: #5894DB;
}
</style>
background-color css
<style>
a { background-color: #5894DB; }
a { background-color: rgb(88,148,219); }
div.DivClassName
{
background-color: #5894DB;
}
.BgClassName
{
background-color: #5894DB;
}
</style>
border-color css
<style>
span { border-color: #5894DB; }
span { border-color: rgb(88,148,219); }
td.TdClassName
{
border-color: #5894DB;
}
.TagClassName
{
border-color: #5894DB;
}
</style>