Shades of Picton Blue #589ADA
Tints of Picton Blue #589ADA
RGB
CMYK
RGB Variations
Color information
#589ADA (or 0x589ADA) is known color: Picton Blue. HEX triplet: 58, 9A and DA. RGB value is (88,154,218). Sum of RGB (Red+Green+Blue) = 88+154+218=460 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.13% from 460); Green value is 154 (60.55% from 255 or 33.48% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #589ADA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589ADA is #A76525. Grayscale: #8D8D8D. Windows color (decimal): -10970406 or 14326360. OLE color: 14326360.
HSL color Cylindrical-coordinate representation of color #589ADA: hue angle of 209.54º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #589ADA is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 88 | 154 | 218 | - |
| CMYK | 0.60 | 0.29 | 0 | 0.15 |
| HSL | 209.54º | 0.64% | 0.6% | - |
| HSV(B) | 209.54º | 0.6% | 0.85% | - |
| XYZ | 28.23 | 30.25 | 70.68 | - |
| YUV | 141.56 | 171.13 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 154 | 218 | 0.60 | 0.29 | 0 | 0.15 | 209.54 | 0.64 | 0.6 |
| Hex | 58 | 9A | DA | 3C | 1D | 0 | F | D2 | 40 | 3C |
| Octal | 130 | 232 | 332 | 74 | 35 | 0 | 17 | 322 | 100 | 74 |
| Binary | 1011000 | 10011010 | 11011010 | 111100 | 11101 | 0 | 1111 | 11010010 | 1000000 | 111100 |
Color Harmonies of #589ADA
Complementary color
Monochromatic Colors of #589ADA
Black with #589ADA
Text Example
Text Example
White with #589ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589ADA; }
p { color: rgb(88,154,218); }
H1.HeaderClassName
{
color: #589ADA;
}
.AnyTagClassName
{
color: #589ADA;
}
</style>
background-color css
<style>
a { background-color: #589ADA; }
a { background-color: rgb(88,154,218); }
div.DivClassName
{
background-color: #589ADA;
}
.BgClassName
{
background-color: #589ADA;
}
</style>
border-color css
<style>
span { border-color: #589ADA; }
span { border-color: rgb(88,154,218); }
td.TdClassName
{
border-color: #589ADA;
}
.TagClassName
{
border-color: #589ADA;
}
</style>