Shades of Picton Blue #599FD2
Tints of Picton Blue #599FD2
RGB
CMYK
RGB Variations
Color information
#599FD2 (or 0x599FD2) is known color: Picton Blue. HEX triplet: 59, 9F and D2. RGB value is (89,159,210). Sum of RGB (Red+Green+Blue) = 89+159+210=458 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.43% from 458); Green value is 159 (62.5% from 255 or 34.72% from 458); Blue value is 210 (82.42% from 255 or 45.85% from 458); Max value from RGB is 210 - color contains mainly: blue. Hex color #599FD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599FD2 is #A6602D. Grayscale: #8F8F8F. Windows color (decimal): -10903598 or 13803353. OLE color: 13803353.
HSL color Cylindrical-coordinate representation of color #599FD2: hue angle of 205.29º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #599FD2 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 89 | 159 | 210 | - |
| CMYK | 0.58 | 0.24 | 0 | 0.18 |
| HSL | 205.29º | 0.57% | 0.59% | - |
| HSV(B) | 205.29º | 0.58% | 0.82% | - |
| XYZ | 28.15 | 31.57 | 65.58 | - |
| YUV | 143.88 | 165.31 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 159 | 210 | 0.58 | 0.24 | 0 | 0.18 | 205.29 | 0.57 | 0.59 |
| Hex | 59 | 9F | D2 | 3A | 18 | 0 | 12 | CD | 39 | 3B |
| Octal | 131 | 237 | 322 | 72 | 30 | 0 | 22 | 315 | 71 | 73 |
| Binary | 1011001 | 10011111 | 11010010 | 111010 | 11000 | 0 | 10010 | 11001101 | 111001 | 111011 |
Color Harmonies of #599FD2
Complementary color
Monochromatic Colors of #599FD2
Black with #599FD2
Text Example
Text Example
White with #599FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599FD2; }
p { color: rgb(89,159,210); }
H1.HeaderClassName
{
color: #599FD2;
}
.AnyTagClassName
{
color: #599FD2;
}
</style>
background-color css
<style>
a { background-color: #599FD2; }
a { background-color: rgb(89,159,210); }
div.DivClassName
{
background-color: #599FD2;
}
.BgClassName
{
background-color: #599FD2;
}
</style>
border-color css
<style>
span { border-color: #599FD2; }
span { border-color: rgb(89,159,210); }
td.TdClassName
{
border-color: #599FD2;
}
.TagClassName
{
border-color: #599FD2;
}
</style>