Shades of Picton Blue #589BD5
Tints of Picton Blue #589BD5
RGB
CMYK
RGB Variations
Color information
#589BD5 (or 0x589BD5) is known color: Picton Blue. HEX triplet: 58, 9B and D5. RGB value is (88,155,213). Sum of RGB (Red+Green+Blue) = 88+155+213=456 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.30% from 456); Green value is 155 (60.94% from 255 or 33.99% from 456); Blue value is 213 (83.59% from 255 or 46.71% from 456); Max value from RGB is 213 - color contains mainly: blue. Hex color #589BD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589BD5 is #A7642A. Grayscale: #8D8D8D. Windows color (decimal): -10970155 or 13998936. OLE color: 13998936.
HSL color Cylindrical-coordinate representation of color #589BD5: hue angle of 207.84º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #589BD5 is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 88 | 155 | 213 | - |
| CMYK | 0.59 | 0.27 | 0 | 0.16 |
| HSL | 207.84º | 0.6% | 0.59% | - |
| HSV(B) | 207.84º | 0.59% | 0.84% | - |
| XYZ | 27.76 | 30.32 | 67.34 | - |
| YUV | 141.58 | 168.3 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 155 | 213 | 0.59 | 0.27 | 0 | 0.16 | 207.84 | 0.6 | 0.59 |
| Hex | 58 | 9B | D5 | 3B | 1B | 0 | 10 | D0 | 3C | 3B |
| Octal | 130 | 233 | 325 | 73 | 33 | 0 | 20 | 320 | 74 | 73 |
| Binary | 1011000 | 10011011 | 11010101 | 111011 | 11011 | 0 | 10000 | 11010000 | 111100 | 111011 |
Color Harmonies of #589BD5
Complementary color
Monochromatic Colors of #589BD5
Black with #589BD5
Text Example
Text Example
White with #589BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589BD5; }
p { color: rgb(88,155,213); }
H1.HeaderClassName
{
color: #589BD5;
}
.AnyTagClassName
{
color: #589BD5;
}
</style>
background-color css
<style>
a { background-color: #589BD5; }
a { background-color: rgb(88,155,213); }
div.DivClassName
{
background-color: #589BD5;
}
.BgClassName
{
background-color: #589BD5;
}
</style>
border-color css
<style>
span { border-color: #589BD5; }
span { border-color: rgb(88,155,213); }
td.TdClassName
{
border-color: #589BD5;
}
.TagClassName
{
border-color: #589BD5;
}
</style>