Shades of Picton Blue #589BDF
Tints of Picton Blue #589BDF
RGB
CMYK
RGB Variations
Color information
#589BDF (or 0x589BDF) is known color: Picton Blue. HEX triplet: 58, 9B and DF. RGB value is (88,155,223). Sum of RGB (Red+Green+Blue) = 88+155+223=466 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.88% from 466); Green value is 155 (60.94% from 255 or 33.26% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #589BDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589BDF is #A76420. Grayscale: #8E8E8E. Windows color (decimal): -10970145 or 14654296. OLE color: 14654296.
HSL color Cylindrical-coordinate representation of color #589BDF: hue angle of 210.22º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #589BDF is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 155 | 223 | - |
| CMYK | 0.61 | 0.30 | 0 | 0.13 |
| HSL | 210.22º | 0.68% | 0.61% | - |
| HSV(B) | 210.22º | 0.61% | 0.87% | - |
| XYZ | 29.07 | 30.85 | 74.23 | - |
| YUV | 142.72 | 173.3 | 88.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 155 | 223 | 0.61 | 0.30 | 0 | 0.13 | 210.22 | 0.68 | 0.61 |
| Hex | 58 | 9B | DF | 3D | 1E | 0 | D | D2 | 44 | 3D |
| Octal | 130 | 233 | 337 | 75 | 36 | 0 | 15 | 322 | 104 | 75 |
| Binary | 1011000 | 10011011 | 11011111 | 111101 | 11110 | 0 | 1101 | 11010010 | 1000100 | 111101 |
Color Harmonies of #589BDF
Complementary color
Monochromatic Colors of #589BDF
Black with #589BDF
Text Example
Text Example
White with #589BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589BDF; }
p { color: rgb(88,155,223); }
H1.HeaderClassName
{
color: #589BDF;
}
.AnyTagClassName
{
color: #589BDF;
}
</style>
background-color css
<style>
a { background-color: #589BDF; }
a { background-color: rgb(88,155,223); }
div.DivClassName
{
background-color: #589BDF;
}
.BgClassName
{
background-color: #589BDF;
}
</style>
border-color css
<style>
span { border-color: #589BDF; }
span { border-color: rgb(88,155,223); }
td.TdClassName
{
border-color: #589BDF;
}
.TagClassName
{
border-color: #589BDF;
}
</style>