Shades of Picton Blue #589EDF
Tints of Picton Blue #589EDF
RGB
CMYK
RGB Variations
Color information
#589EDF (or 0x589EDF) is known color: Picton Blue. HEX triplet: 58, 9E and DF. RGB value is (88,158,223). Sum of RGB (Red+Green+Blue) = 88+158+223=469 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.76% from 469); Green value is 158 (62.11% from 255 or 33.69% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #589EDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589EDF is #A76120. Grayscale: #909090. Windows color (decimal): -10969377 or 14655064. OLE color: 14655064.
HSL color Cylindrical-coordinate representation of color #589EDF: hue angle of 208.89º 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 #589EDF is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 158 | 223 | - |
| CMYK | 0.61 | 0.29 | 0 | 0.13 |
| HSL | 208.89º | 0.68% | 0.61% | - |
| HSV(B) | 208.89º | 0.61% | 0.87% | - |
| XYZ | 29.57 | 31.86 | 74.4 | - |
| YUV | 144.48 | 172.31 | 87.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 158 | 223 | 0.61 | 0.29 | 0 | 0.13 | 208.89 | 0.68 | 0.61 |
| Hex | 58 | 9E | DF | 3D | 1D | 0 | D | D1 | 44 | 3D |
| Octal | 130 | 236 | 337 | 75 | 35 | 0 | 15 | 321 | 104 | 75 |
| Binary | 1011000 | 10011110 | 11011111 | 111101 | 11101 | 0 | 1101 | 11010001 | 1000100 | 111101 |
Color Harmonies of #589EDF
Complementary color
Monochromatic Colors of #589EDF
Black with #589EDF
Text Example
Text Example
White with #589EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589EDF; }
p { color: rgb(88,158,223); }
H1.HeaderClassName
{
color: #589EDF;
}
.AnyTagClassName
{
color: #589EDF;
}
</style>
background-color css
<style>
a { background-color: #589EDF; }
a { background-color: rgb(88,158,223); }
div.DivClassName
{
background-color: #589EDF;
}
.BgClassName
{
background-color: #589EDF;
}
</style>
border-color css
<style>
span { border-color: #589EDF; }
span { border-color: rgb(88,158,223); }
td.TdClassName
{
border-color: #589EDF;
}
.TagClassName
{
border-color: #589EDF;
}
</style>