Shades of Picton Blue #5597DB
Tints of Picton Blue #5597DB
RGB
CMYK
RGB Variations
Color information
#5597DB (or 0x5597DB) is known color: Picton Blue. HEX triplet: 55, 97 and DB. RGB value is (85,151,219). Sum of RGB (Red+Green+Blue) = 85+151+219=455 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.68% from 455); Green value is 151 (59.38% from 255 or 33.19% 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 #5597DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5597DB is #AA6824. Grayscale: #8A8A8A. Windows color (decimal): -11167781 or 14391125. OLE color: 14391125.
HSL color Cylindrical-coordinate representation of color #5597DB: hue angle of 210.45º 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 #5597DB is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 151 | 219 | - |
| CMYK | 0.61 | 0.31 | 0 | 0.14 |
| HSL | 210.45º | 0.65% | 0.6% | - |
| HSV(B) | 210.45º | 0.61% | 0.86% | - |
| XYZ | 27.6 | 29.18 | 71.2 | - |
| YUV | 139.02 | 173.13 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 151 | 219 | 0.61 | 0.31 | 0 | 0.14 | 210.45 | 0.65 | 0.6 |
| Hex | 55 | 97 | DB | 3D | 1F | 0 | E | D2 | 41 | 3C |
| Octal | 125 | 227 | 333 | 75 | 37 | 0 | 16 | 322 | 101 | 74 |
| Binary | 1010101 | 10010111 | 11011011 | 111101 | 11111 | 0 | 1110 | 11010010 | 1000001 | 111100 |
Color Harmonies of #5597DB
Complementary color
Monochromatic Colors of #5597DB
Black with #5597DB
Text Example
Text Example
White with #5597DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5597DB; }
p { color: rgb(85,151,219); }
H1.HeaderClassName
{
color: #5597DB;
}
.AnyTagClassName
{
color: #5597DB;
}
</style>
background-color css
<style>
a { background-color: #5597DB; }
a { background-color: rgb(85,151,219); }
div.DivClassName
{
background-color: #5597DB;
}
.BgClassName
{
background-color: #5597DB;
}
</style>
border-color css
<style>
span { border-color: #5597DB; }
span { border-color: rgb(85,151,219); }
td.TdClassName
{
border-color: #5597DB;
}
.TagClassName
{
border-color: #5597DB;
}
</style>