Shades of Picton Blue #589DDD
Tints of Picton Blue #589DDD
RGB
CMYK
RGB Variations
Color information
#589DDD (or 0x589DDD) is known color: Picton Blue. HEX triplet: 58, 9D and DD. RGB value is (88,157,221). Sum of RGB (Red+Green+Blue) = 88+157+221=466 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.88% from 466); Green value is 157 (61.72% from 255 or 33.69% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #589DDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589DDD is #A76222. Grayscale: #8F8F8F. Windows color (decimal): -10969635 or 14523736. OLE color: 14523736.
HSL color Cylindrical-coordinate representation of color #589DDD: hue angle of 208.87º 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 #589DDD is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 157 | 221 | - |
| CMYK | 0.60 | 0.29 | 0 | 0.13 |
| HSL | 208.87º | 0.66% | 0.61% | - |
| HSV(B) | 208.87º | 0.6% | 0.87% | - |
| XYZ | 29.13 | 31.41 | 72.93 | - |
| YUV | 143.67 | 171.64 | 88.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 157 | 221 | 0.60 | 0.29 | 0 | 0.13 | 208.87 | 0.66 | 0.61 |
| Hex | 58 | 9D | DD | 3C | 1D | 0 | D | D1 | 42 | 3D |
| Octal | 130 | 235 | 335 | 74 | 35 | 0 | 15 | 321 | 102 | 75 |
| Binary | 1011000 | 10011101 | 11011101 | 111100 | 11101 | 0 | 1101 | 11010001 | 1000010 | 111101 |
Color Harmonies of #589DDD
Complementary color
Monochromatic Colors of #589DDD
Black with #589DDD
Text Example
Text Example
White with #589DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589DDD; }
p { color: rgb(88,157,221); }
H1.HeaderClassName
{
color: #589DDD;
}
.AnyTagClassName
{
color: #589DDD;
}
</style>
background-color css
<style>
a { background-color: #589DDD; }
a { background-color: rgb(88,157,221); }
div.DivClassName
{
background-color: #589DDD;
}
.BgClassName
{
background-color: #589DDD;
}
</style>
border-color css
<style>
span { border-color: #589DDD; }
span { border-color: rgb(88,157,221); }
td.TdClassName
{
border-color: #589DDD;
}
.TagClassName
{
border-color: #589DDD;
}
</style>