Shades of Picton Blue #5598DF
Tints of Picton Blue #5598DF
RGB
CMYK
RGB Variations
Color information
#5598DF (or 0x5598DF) is known color: Picton Blue. HEX triplet: 55, 98 and DF. RGB value is (85,152,223). Sum of RGB (Red+Green+Blue) = 85+152+223=460 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.48% from 460); Green value is 152 (59.77% from 255 or 33.04% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #5598DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5598DF is #AA6720. Grayscale: #8B8B8B. Windows color (decimal): -11167521 or 14653525. OLE color: 14653525.
HSL color Cylindrical-coordinate representation of color #5598DF: hue angle of 210.87º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5598DF is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 152 | 223 | - |
| CMYK | 0.62 | 0.32 | 0 | 0.13 |
| HSL | 210.87º | 0.68% | 0.6% | - |
| HSV(B) | 210.87º | 0.62% | 0.87% | - |
| XYZ | 28.29 | 29.72 | 74.06 | - |
| YUV | 140.06 | 174.8 | 88.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 152 | 223 | 0.62 | 0.32 | 0 | 0.13 | 210.87 | 0.68 | 0.6 |
| Hex | 55 | 98 | DF | 3E | 20 | 0 | D | D3 | 44 | 3C |
| Octal | 125 | 230 | 337 | 76 | 40 | 0 | 15 | 323 | 104 | 74 |
| Binary | 1010101 | 10011000 | 11011111 | 111110 | 100000 | 0 | 1101 | 11010011 | 1000100 | 111100 |
Color Harmonies of #5598DF
Complementary color
Monochromatic Colors of #5598DF
Black with #5598DF
Text Example
Text Example
White with #5598DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5598DF; }
p { color: rgb(85,152,223); }
H1.HeaderClassName
{
color: #5598DF;
}
.AnyTagClassName
{
color: #5598DF;
}
</style>
background-color css
<style>
a { background-color: #5598DF; }
a { background-color: rgb(85,152,223); }
div.DivClassName
{
background-color: #5598DF;
}
.BgClassName
{
background-color: #5598DF;
}
</style>
border-color css
<style>
span { border-color: #5598DF; }
span { border-color: rgb(85,152,223); }
td.TdClassName
{
border-color: #5598DF;
}
.TagClassName
{
border-color: #5598DF;
}
</style>