Shades of Picton Blue #599FD3
Tints of Picton Blue #599FD3
RGB
CMYK
RGB Variations
Color information
#599FD3 (or 0x599FD3) is known color: Picton Blue. HEX triplet: 59, 9F and D3. RGB value is (89,159,211). Sum of RGB (Red+Green+Blue) = 89+159+211=459 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.39% from 459); Green value is 159 (62.5% from 255 or 34.64% from 459); Blue value is 211 (82.81% from 255 or 45.97% from 459); Max value from RGB is 211 - color contains mainly: blue. Hex color #599FD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599FD3 is #A6602C. Grayscale: #8F8F8F. Windows color (decimal): -10903597 or 13868889. OLE color: 13868889.
HSL color Cylindrical-coordinate representation of color #599FD3: hue angle of 205.57º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #599FD3 is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 89 | 159 | 211 | - |
| CMYK | 0.58 | 0.25 | 0 | 0.17 |
| HSL | 205.57º | 0.58% | 0.59% | - |
| HSV(B) | 205.57º | 0.58% | 0.83% | - |
| XYZ | 28.28 | 31.62 | 66.24 | - |
| YUV | 144 | 165.81 | 88.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 159 | 211 | 0.58 | 0.25 | 0 | 0.17 | 205.57 | 0.58 | 0.59 |
| Hex | 59 | 9F | D3 | 3A | 19 | 0 | 11 | CE | 3A | 3B |
| Octal | 131 | 237 | 323 | 72 | 31 | 0 | 21 | 316 | 72 | 73 |
| Binary | 1011001 | 10011111 | 11010011 | 111010 | 11001 | 0 | 10001 | 11001110 | 111010 | 111011 |
Color Harmonies of #599FD3
Complementary color
Monochromatic Colors of #599FD3
Black with #599FD3
Text Example
Text Example
White with #599FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599FD3; }
p { color: rgb(89,159,211); }
H1.HeaderClassName
{
color: #599FD3;
}
.AnyTagClassName
{
color: #599FD3;
}
</style>
background-color css
<style>
a { background-color: #599FD3; }
a { background-color: rgb(89,159,211); }
div.DivClassName
{
background-color: #599FD3;
}
.BgClassName
{
background-color: #599FD3;
}
</style>
border-color css
<style>
span { border-color: #599FD3; }
span { border-color: rgb(89,159,211); }
td.TdClassName
{
border-color: #599FD3;
}
.TagClassName
{
border-color: #599FD3;
}
</style>