Shades of Picton Blue #599FE1
Tints of Picton Blue #599FE1
RGB
CMYK
RGB Variations
Color information
#599FE1 (or 0x599FE1) is known color: Picton Blue. HEX triplet: 59, 9F and E1. RGB value is (89,159,225). Sum of RGB (Red+Green+Blue) = 89+159+225=473 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.82% from 473); Green value is 159 (62.5% from 255 or 33.62% from 473); Blue value is 225 (88.28% from 255 or 47.57% from 473); Max value from RGB is 225 - color contains mainly: blue. Hex color #599FE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599FE1 is #A6601E. Grayscale: #919191. Windows color (decimal): -10903583 or 14786393. OLE color: 14786393.
HSL color Cylindrical-coordinate representation of color #599FE1: hue angle of 209.12º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #599FE1 is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 89 | 159 | 225 | - |
| CMYK | 0.60 | 0.29 | 0 | 0.12 |
| HSL | 209.12º | 0.69% | 0.62% | - |
| HSV(B) | 209.12º | 0.6% | 0.88% | - |
| XYZ | 30.11 | 32.36 | 75.89 | - |
| YUV | 145.59 | 172.81 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 159 | 225 | 0.60 | 0.29 | 0 | 0.12 | 209.12 | 0.69 | 0.62 |
| Hex | 59 | 9F | E1 | 3C | 1D | 0 | C | D1 | 45 | 3E |
| Octal | 131 | 237 | 341 | 74 | 35 | 0 | 14 | 321 | 105 | 76 |
| Binary | 1011001 | 10011111 | 11100001 | 111100 | 11101 | 0 | 1100 | 11010001 | 1000101 | 111110 |
Color Harmonies of #599FE1
Complementary color
Monochromatic Colors of #599FE1
Black with #599FE1
Text Example
Text Example
White with #599FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599FE1; }
p { color: rgb(89,159,225); }
H1.HeaderClassName
{
color: #599FE1;
}
.AnyTagClassName
{
color: #599FE1;
}
</style>
background-color css
<style>
a { background-color: #599FE1; }
a { background-color: rgb(89,159,225); }
div.DivClassName
{
background-color: #599FE1;
}
.BgClassName
{
background-color: #599FE1;
}
</style>
border-color css
<style>
span { border-color: #599FE1; }
span { border-color: rgb(89,159,225); }
td.TdClassName
{
border-color: #599FE1;
}
.TagClassName
{
border-color: #599FE1;
}
</style>