Shades of Picton Blue #599FDC
Tints of Picton Blue #599FDC
RGB
CMYK
RGB Variations
Color information
#599FDC (or 0x599FDC) is known color: Picton Blue. HEX triplet: 59, 9F and DC. RGB value is (89,159,220). Sum of RGB (Red+Green+Blue) = 89+159+220=468 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.02% from 468); Green value is 159 (62.5% from 255 or 33.97% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #599FDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599FDC is #A66023. Grayscale: #909090. Windows color (decimal): -10903588 or 14458713. OLE color: 14458713.
HSL color Cylindrical-coordinate representation of color #599FDC: hue angle of 207.94º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #599FDC is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 159 | 220 | - |
| CMYK | 0.60 | 0.28 | 0 | 0.14 |
| HSL | 207.94º | 0.65% | 0.61% | - |
| HSV(B) | 207.94º | 0.6% | 0.86% | - |
| XYZ | 29.44 | 32.09 | 72.35 | - |
| YUV | 145.02 | 170.31 | 88.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 159 | 220 | 0.60 | 0.28 | 0 | 0.14 | 207.94 | 0.65 | 0.61 |
| Hex | 59 | 9F | DC | 3C | 1C | 0 | E | D0 | 41 | 3D |
| Octal | 131 | 237 | 334 | 74 | 34 | 0 | 16 | 320 | 101 | 75 |
| Binary | 1011001 | 10011111 | 11011100 | 111100 | 11100 | 0 | 1110 | 11010000 | 1000001 | 111101 |
Color Harmonies of #599FDC
Complementary color
Monochromatic Colors of #599FDC
Black with #599FDC
Text Example
Text Example
White with #599FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599FDC; }
p { color: rgb(89,159,220); }
H1.HeaderClassName
{
color: #599FDC;
}
.AnyTagClassName
{
color: #599FDC;
}
</style>
background-color css
<style>
a { background-color: #599FDC; }
a { background-color: rgb(89,159,220); }
div.DivClassName
{
background-color: #599FDC;
}
.BgClassName
{
background-color: #599FDC;
}
</style>
border-color css
<style>
span { border-color: #599FDC; }
span { border-color: rgb(89,159,220); }
td.TdClassName
{
border-color: #599FDC;
}
.TagClassName
{
border-color: #599FDC;
}
</style>