Shades of Picton Blue #589ADE
Tints of Picton Blue #589ADE
RGB
CMYK
RGB Variations
Color information
#589ADE (or 0x589ADE) is known color: Picton Blue. HEX triplet: 58, 9A and DE. RGB value is (88,154,222). Sum of RGB (Red+Green+Blue) = 88+154+222=464 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.97% from 464); Green value is 154 (60.55% from 255 or 33.19% from 464); Blue value is 222 (87.11% from 255 or 47.84% from 464); Max value from RGB is 222 - color contains mainly: blue. Hex color #589ADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589ADE is #A76521. Grayscale: #8D8D8D. Windows color (decimal): -10970402 or 14588504. OLE color: 14588504.
HSL color Cylindrical-coordinate representation of color #589ADE: hue angle of 210.45º degrees, saturation: 0.67, 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 #589ADE is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 154 | 222 | - |
| CMYK | 0.60 | 0.31 | 0 | 0.13 |
| HSL | 210.45º | 0.67% | 0.61% | - |
| HSV(B) | 210.45º | 0.6% | 0.87% | - |
| XYZ | 28.76 | 30.46 | 73.47 | - |
| YUV | 142.02 | 173.13 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 154 | 222 | 0.60 | 0.31 | 0 | 0.13 | 210.45 | 0.67 | 0.61 |
| Hex | 58 | 9A | DE | 3C | 1F | 0 | D | D2 | 43 | 3D |
| Octal | 130 | 232 | 336 | 74 | 37 | 0 | 15 | 322 | 103 | 75 |
| Binary | 1011000 | 10011010 | 11011110 | 111100 | 11111 | 0 | 1101 | 11010010 | 1000011 | 111101 |
Color Harmonies of #589ADE
Complementary color
Monochromatic Colors of #589ADE
Black with #589ADE
Text Example
Text Example
White with #589ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589ADE; }
p { color: rgb(88,154,222); }
H1.HeaderClassName
{
color: #589ADE;
}
.AnyTagClassName
{
color: #589ADE;
}
</style>
background-color css
<style>
a { background-color: #589ADE; }
a { background-color: rgb(88,154,222); }
div.DivClassName
{
background-color: #589ADE;
}
.BgClassName
{
background-color: #589ADE;
}
</style>
border-color css
<style>
span { border-color: #589ADE; }
span { border-color: rgb(88,154,222); }
td.TdClassName
{
border-color: #589ADE;
}
.TagClassName
{
border-color: #589ADE;
}
</style>