Shades of Picton Blue #599FDE
Tints of Picton Blue #599FDE
RGB
CMYK
RGB Variations
Color information
#599FDE (or 0x599FDE) is known color: Picton Blue. HEX triplet: 59, 9F and DE. RGB value is (89,159,222). Sum of RGB (Red+Green+Blue) = 89+159+222=470 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.94% from 470); Green value is 159 (62.5% from 255 or 33.83% from 470); Blue value is 222 (87.11% from 255 or 47.23% from 470); Max value from RGB is 222 - color contains mainly: blue. Hex color #599FDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599FDE is #A66021. Grayscale: #909090. Windows color (decimal): -10903586 or 14589785. OLE color: 14589785.
HSL color Cylindrical-coordinate representation of color #599FDE: hue angle of 208.42º degrees, saturation: 0.67, 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 #599FDE is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 159 | 222 | - |
| CMYK | 0.60 | 0.28 | 0 | 0.13 |
| HSL | 208.42º | 0.67% | 0.61% | - |
| HSV(B) | 208.42º | 0.6% | 0.87% | - |
| XYZ | 29.7 | 32.19 | 73.76 | - |
| YUV | 145.25 | 171.31 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 159 | 222 | 0.60 | 0.28 | 0 | 0.13 | 208.42 | 0.67 | 0.61 |
| Hex | 59 | 9F | DE | 3C | 1C | 0 | D | D0 | 43 | 3D |
| Octal | 131 | 237 | 336 | 74 | 34 | 0 | 15 | 320 | 103 | 75 |
| Binary | 1011001 | 10011111 | 11011110 | 111100 | 11100 | 0 | 1101 | 11010000 | 1000011 | 111101 |
Color Harmonies of #599FDE
Complementary color
Monochromatic Colors of #599FDE
Black with #599FDE
Text Example
Text Example
White with #599FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599FDE; }
p { color: rgb(89,159,222); }
H1.HeaderClassName
{
color: #599FDE;
}
.AnyTagClassName
{
color: #599FDE;
}
</style>
background-color css
<style>
a { background-color: #599FDE; }
a { background-color: rgb(89,159,222); }
div.DivClassName
{
background-color: #599FDE;
}
.BgClassName
{
background-color: #599FDE;
}
</style>
border-color css
<style>
span { border-color: #599FDE; }
span { border-color: rgb(89,159,222); }
td.TdClassName
{
border-color: #599FDE;
}
.TagClassName
{
border-color: #599FDE;
}
</style>