Shades of Picton Blue #589DD1
Tints of Picton Blue #589DD1
RGB
CMYK
RGB Variations
Color information
#589DD1 (or 0x589DD1) is known color: Picton Blue. HEX triplet: 58, 9D and D1. RGB value is (88,157,209). Sum of RGB (Red+Green+Blue) = 88+157+209=454 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.38% from 454); Green value is 157 (61.72% from 255 or 34.58% from 454); Blue value is 209 (82.03% from 255 or 46.04% from 454); Max value from RGB is 209 - color contains mainly: blue. Hex color #589DD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589DD1 is #A7622E. Grayscale: #8E8E8E. Windows color (decimal): -10969647 or 13737304. OLE color: 13737304.
HSL color Cylindrical-coordinate representation of color #589DD1: hue angle of 205.79º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #589DD1 is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 88 | 157 | 209 | - |
| CMYK | 0.58 | 0.25 | 0 | 0.18 |
| HSL | 205.79º | 0.57% | 0.58% | - |
| HSV(B) | 205.79º | 0.58% | 0.82% | - |
| XYZ | 27.59 | 30.79 | 64.81 | - |
| YUV | 142.3 | 165.64 | 89.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 157 | 209 | 0.58 | 0.25 | 0 | 0.18 | 205.79 | 0.57 | 0.58 |
| Hex | 58 | 9D | D1 | 3A | 19 | 0 | 12 | CE | 39 | 3A |
| Octal | 130 | 235 | 321 | 72 | 31 | 0 | 22 | 316 | 71 | 72 |
| Binary | 1011000 | 10011101 | 11010001 | 111010 | 11001 | 0 | 10010 | 11001110 | 111001 | 111010 |
Color Harmonies of #589DD1
Complementary color
Monochromatic Colors of #589DD1
Black with #589DD1
Text Example
Text Example
White with #589DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589DD1; }
p { color: rgb(88,157,209); }
H1.HeaderClassName
{
color: #589DD1;
}
.AnyTagClassName
{
color: #589DD1;
}
</style>
background-color css
<style>
a { background-color: #589DD1; }
a { background-color: rgb(88,157,209); }
div.DivClassName
{
background-color: #589DD1;
}
.BgClassName
{
background-color: #589DD1;
}
</style>
border-color css
<style>
span { border-color: #589DD1; }
span { border-color: rgb(88,157,209); }
td.TdClassName
{
border-color: #589DD1;
}
.TagClassName
{
border-color: #589DD1;
}
</style>