Shades of Picton Blue #589BDD
Tints of Picton Blue #589BDD
RGB
CMYK
RGB Variations
Color information
#589BDD (or 0x589BDD) is known color: Picton Blue. HEX triplet: 58, 9B and DD. RGB value is (88,155,221). Sum of RGB (Red+Green+Blue) = 88+155+221=464 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.97% from 464); Green value is 155 (60.94% from 255 or 33.41% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #589BDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589BDD is #A76422. Grayscale: #8E8E8E. Windows color (decimal): -10970147 or 14523224. OLE color: 14523224.
HSL color Cylindrical-coordinate representation of color #589BDD: hue angle of 209.77º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #589BDD is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 155 | 221 | - |
| CMYK | 0.60 | 0.30 | 0 | 0.13 |
| HSL | 209.77º | 0.66% | 0.61% | - |
| HSV(B) | 209.77º | 0.6% | 0.87% | - |
| XYZ | 28.8 | 30.74 | 72.82 | - |
| YUV | 142.49 | 172.3 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 155 | 221 | 0.60 | 0.30 | 0 | 0.13 | 209.77 | 0.66 | 0.61 |
| Hex | 58 | 9B | DD | 3C | 1E | 0 | D | D2 | 42 | 3D |
| Octal | 130 | 233 | 335 | 74 | 36 | 0 | 15 | 322 | 102 | 75 |
| Binary | 1011000 | 10011011 | 11011101 | 111100 | 11110 | 0 | 1101 | 11010010 | 1000010 | 111101 |
Color Harmonies of #589BDD
Complementary color
Monochromatic Colors of #589BDD
Black with #589BDD
Text Example
Text Example
White with #589BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589BDD; }
p { color: rgb(88,155,221); }
H1.HeaderClassName
{
color: #589BDD;
}
.AnyTagClassName
{
color: #589BDD;
}
</style>
background-color css
<style>
a { background-color: #589BDD; }
a { background-color: rgb(88,155,221); }
div.DivClassName
{
background-color: #589BDD;
}
.BgClassName
{
background-color: #589BDD;
}
</style>
border-color css
<style>
span { border-color: #589BDD; }
span { border-color: rgb(88,155,221); }
td.TdClassName
{
border-color: #589BDD;
}
.TagClassName
{
border-color: #589BDD;
}
</style>