Shades of Picton Blue #589FD3
Tints of Picton Blue #589FD3
RGB
CMYK
RGB Variations
Color information
#589FD3 (or 0x589FD3) is known color: Picton Blue. HEX triplet: 58, 9F and D3. RGB value is (88,159,211). Sum of RGB (Red+Green+Blue) = 88+159+211=458 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.21% from 458); Green value is 159 (62.5% from 255 or 34.72% from 458); Blue value is 211 (82.81% from 255 or 46.07% from 458); Max value from RGB is 211 - color contains mainly: blue. Hex color #589FD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589FD3 is #A7602C. Grayscale: #8F8F8F. Windows color (decimal): -10969133 or 13868888. OLE color: 13868888.
HSL color Cylindrical-coordinate representation of color #589FD3: hue angle of 205.37º 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 #589FD3 is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 88 | 159 | 211 | - |
| CMYK | 0.58 | 0.25 | 0 | 0.17 |
| HSL | 205.37º | 0.58% | 0.59% | - |
| HSV(B) | 205.37º | 0.58% | 0.83% | - |
| XYZ | 28.18 | 31.57 | 66.24 | - |
| YUV | 143.7 | 165.98 | 88.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 159 | 211 | 0.58 | 0.25 | 0 | 0.17 | 205.37 | 0.58 | 0.59 |
| Hex | 58 | 9F | D3 | 3A | 19 | 0 | 11 | CD | 3A | 3B |
| Octal | 130 | 237 | 323 | 72 | 31 | 0 | 21 | 315 | 72 | 73 |
| Binary | 1011000 | 10011111 | 11010011 | 111010 | 11001 | 0 | 10001 | 11001101 | 111010 | 111011 |
Color Harmonies of #589FD3
Complementary color
Monochromatic Colors of #589FD3
Black with #589FD3
Text Example
Text Example
White with #589FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589FD3; }
p { color: rgb(88,159,211); }
H1.HeaderClassName
{
color: #589FD3;
}
.AnyTagClassName
{
color: #589FD3;
}
</style>
background-color css
<style>
a { background-color: #589FD3; }
a { background-color: rgb(88,159,211); }
div.DivClassName
{
background-color: #589FD3;
}
.BgClassName
{
background-color: #589FD3;
}
</style>
border-color css
<style>
span { border-color: #589FD3; }
span { border-color: rgb(88,159,211); }
td.TdClassName
{
border-color: #589FD3;
}
.TagClassName
{
border-color: #589FD3;
}
</style>