Shades of Picton Blue #599FDD
Tints of Picton Blue #599FDD
RGB
CMYK
RGB Variations
Color information
#599FDD (or 0x599FDD) is known color: Picton Blue. HEX triplet: 59, 9F and DD. RGB value is (89,159,221). Sum of RGB (Red+Green+Blue) = 89+159+221=469 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.98% from 469); Green value is 159 (62.5% from 255 or 33.90% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #599FDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599FDD is #A66022. Grayscale: #909090. Windows color (decimal): -10903587 or 14524249. OLE color: 14524249.
HSL color Cylindrical-coordinate representation of color #599FDD: hue angle of 208.18º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #599FDD is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 159 | 221 | - |
| CMYK | 0.60 | 0.28 | 0 | 0.13 |
| HSL | 208.18º | 0.66% | 0.61% | - |
| HSV(B) | 208.18º | 0.6% | 0.87% | - |
| XYZ | 29.57 | 32.14 | 73.05 | - |
| YUV | 145.14 | 170.81 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 159 | 221 | 0.60 | 0.28 | 0 | 0.13 | 208.18 | 0.66 | 0.61 |
| Hex | 59 | 9F | DD | 3C | 1C | 0 | D | D0 | 42 | 3D |
| Octal | 131 | 237 | 335 | 74 | 34 | 0 | 15 | 320 | 102 | 75 |
| Binary | 1011001 | 10011111 | 11011101 | 111100 | 11100 | 0 | 1101 | 11010000 | 1000010 | 111101 |
Color Harmonies of #599FDD
Complementary color
Monochromatic Colors of #599FDD
Black with #599FDD
Text Example
Text Example
White with #599FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599FDD; }
p { color: rgb(89,159,221); }
H1.HeaderClassName
{
color: #599FDD;
}
.AnyTagClassName
{
color: #599FDD;
}
</style>
background-color css
<style>
a { background-color: #599FDD; }
a { background-color: rgb(89,159,221); }
div.DivClassName
{
background-color: #599FDD;
}
.BgClassName
{
background-color: #599FDD;
}
</style>
border-color css
<style>
span { border-color: #599FDD; }
span { border-color: rgb(89,159,221); }
td.TdClassName
{
border-color: #599FDD;
}
.TagClassName
{
border-color: #599FDD;
}
</style>