Shades of Picton Blue #5598DB
Tints of Picton Blue #5598DB
RGB
CMYK
RGB Variations
Color information
#5598DB (or 0x5598DB) is known color: Picton Blue. HEX triplet: 55, 98 and DB. RGB value is (85,152,219). Sum of RGB (Red+Green+Blue) = 85+152+219=456 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.64% from 456); Green value is 152 (59.77% from 255 or 33.33% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #5598DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5598DB is #AA6724. Grayscale: #8B8B8B. Windows color (decimal): -11167525 or 14391381. OLE color: 14391381.
HSL color Cylindrical-coordinate representation of color #5598DB: hue angle of 210º 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 #5598DB is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 152 | 219 | - |
| CMYK | 0.61 | 0.31 | 0 | 0.14 |
| HSL | 210º | 0.65% | 0.6% | - |
| HSV(B) | 210º | 0.61% | 0.86% | - |
| XYZ | 27.76 | 29.5 | 71.25 | - |
| YUV | 139.61 | 172.8 | 89.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 152 | 219 | 0.61 | 0.31 | 0 | 0.14 | 210 | 0.65 | 0.6 |
| Hex | 55 | 98 | DB | 3D | 1F | 0 | E | D2 | 41 | 3C |
| Octal | 125 | 230 | 333 | 75 | 37 | 0 | 16 | 322 | 101 | 74 |
| Binary | 1010101 | 10011000 | 11011011 | 111101 | 11111 | 0 | 1110 | 11010010 | 1000001 | 111100 |
Color Harmonies of #5598DB
Complementary color
Monochromatic Colors of #5598DB
Black with #5598DB
Text Example
Text Example
White with #5598DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5598DB; }
p { color: rgb(85,152,219); }
H1.HeaderClassName
{
color: #5598DB;
}
.AnyTagClassName
{
color: #5598DB;
}
</style>
background-color css
<style>
a { background-color: #5598DB; }
a { background-color: rgb(85,152,219); }
div.DivClassName
{
background-color: #5598DB;
}
.BgClassName
{
background-color: #5598DB;
}
</style>
border-color css
<style>
span { border-color: #5598DB; }
span { border-color: rgb(85,152,219); }
td.TdClassName
{
border-color: #5598DB;
}
.TagClassName
{
border-color: #5598DB;
}
</style>