Shades of Picton Blue #589CDD
Tints of Picton Blue #589CDD
RGB
CMYK
RGB Variations
Color information
#589CDD (or 0x589CDD) is known color: Picton Blue. HEX triplet: 58, 9C and DD. RGB value is (88,156,221). Sum of RGB (Red+Green+Blue) = 88+156+221=465 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.92% from 465); Green value is 156 (61.33% from 255 or 33.55% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #589CDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589CDD is #A76322. Grayscale: #8E8E8E. Windows color (decimal): -10969891 or 14523480. OLE color: 14523480.
HSL color Cylindrical-coordinate representation of color #589CDD: hue angle of 209.32º 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 #589CDD is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 156 | 221 | - |
| CMYK | 0.60 | 0.29 | 0 | 0.13 |
| HSL | 209.32º | 0.66% | 0.61% | - |
| HSV(B) | 209.32º | 0.6% | 0.87% | - |
| XYZ | 28.96 | 31.07 | 72.88 | - |
| YUV | 143.08 | 171.97 | 88.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 156 | 221 | 0.60 | 0.29 | 0 | 0.13 | 209.32 | 0.66 | 0.61 |
| Hex | 58 | 9C | DD | 3C | 1D | 0 | D | D1 | 42 | 3D |
| Octal | 130 | 234 | 335 | 74 | 35 | 0 | 15 | 321 | 102 | 75 |
| Binary | 1011000 | 10011100 | 11011101 | 111100 | 11101 | 0 | 1101 | 11010001 | 1000010 | 111101 |
Color Harmonies of #589CDD
Complementary color
Monochromatic Colors of #589CDD
Black with #589CDD
Text Example
Text Example
White with #589CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589CDD; }
p { color: rgb(88,156,221); }
H1.HeaderClassName
{
color: #589CDD;
}
.AnyTagClassName
{
color: #589CDD;
}
</style>
background-color css
<style>
a { background-color: #589CDD; }
a { background-color: rgb(88,156,221); }
div.DivClassName
{
background-color: #589CDD;
}
.BgClassName
{
background-color: #589CDD;
}
</style>
border-color css
<style>
span { border-color: #589CDD; }
span { border-color: rgb(88,156,221); }
td.TdClassName
{
border-color: #589CDD;
}
.TagClassName
{
border-color: #589CDD;
}
</style>