Shades of Picton Blue #589DCF
Tints of Picton Blue #589DCF
RGB
CMYK
RGB Variations
Color information
#589DCF (or 0x589DCF) is known color: Picton Blue. HEX triplet: 58, 9D and CF. RGB value is (88,157,207). Sum of RGB (Red+Green+Blue) = 88+157+207=452 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.47% from 452); Green value is 157 (61.72% from 255 or 34.73% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #589DCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589DCF is #A76230. Grayscale: #8D8D8D. Windows color (decimal): -10969649 or 13606232. OLE color: 13606232.
HSL color Cylindrical-coordinate representation of color #589DCF: hue angle of 205.21º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #589DCF is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 157 | 207 | - |
| CMYK | 0.57 | 0.24 | 0 | 0.19 |
| HSL | 205.21º | 0.55% | 0.58% | - |
| HSV(B) | 205.21º | 0.57% | 0.81% | - |
| XYZ | 27.34 | 30.69 | 63.51 | - |
| YUV | 142.07 | 164.64 | 89.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 157 | 207 | 0.57 | 0.24 | 0 | 0.19 | 205.21 | 0.55 | 0.58 |
| Hex | 58 | 9D | CF | 39 | 18 | 0 | 13 | CD | 37 | 3A |
| Octal | 130 | 235 | 317 | 71 | 30 | 0 | 23 | 315 | 67 | 72 |
| Binary | 1011000 | 10011101 | 11001111 | 111001 | 11000 | 0 | 10011 | 11001101 | 110111 | 111010 |
Color Harmonies of #589DCF
Complementary color
Monochromatic Colors of #589DCF
Black with #589DCF
Text Example
Text Example
White with #589DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589DCF; }
p { color: rgb(88,157,207); }
H1.HeaderClassName
{
color: #589DCF;
}
.AnyTagClassName
{
color: #589DCF;
}
</style>
background-color css
<style>
a { background-color: #589DCF; }
a { background-color: rgb(88,157,207); }
div.DivClassName
{
background-color: #589DCF;
}
.BgClassName
{
background-color: #589DCF;
}
</style>
border-color css
<style>
span { border-color: #589DCF; }
span { border-color: rgb(88,157,207); }
td.TdClassName
{
border-color: #589DCF;
}
.TagClassName
{
border-color: #589DCF;
}
</style>