Shades of Picton Blue #589ADC
Tints of Picton Blue #589ADC
RGB
CMYK
RGB Variations
Color information
#589ADC (or 0x589ADC) is known color: Picton Blue. HEX triplet: 58, 9A and DC. RGB value is (88,154,220). Sum of RGB (Red+Green+Blue) = 88+154+220=462 (61% of max value = 765). Red value is 88 (34.77% from 255 or 19.05% from 462); Green value is 154 (60.55% from 255 or 33.33% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #589ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589ADC is #A76523. Grayscale: #8D8D8D. Windows color (decimal): -10970404 or 14457432. OLE color: 14457432.
HSL color Cylindrical-coordinate representation of color #589ADC: hue angle of 210º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #589ADC is Cyan = 0.6, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 154 | 220 | - |
| CMYK | 0.6 | 0.3 | 0 | 0.14 |
| HSL | 210º | 0.65% | 0.6% | - |
| HSV(B) | 210º | 0.6% | 0.86% | - |
| XYZ | 28.5 | 30.35 | 72.07 | - |
| YUV | 141.79 | 172.13 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 154 | 220 | 0.6 | 0.3 | 0 | 0.14 | 210 | 0.65 | 0.6 |
| Hex | 58 | 9A | DC | 3C | 1E | 0 | E | D2 | 41 | 3C |
| Octal | 130 | 232 | 334 | 74 | 36 | 0 | 16 | 322 | 101 | 74 |
| Binary | 1011000 | 10011010 | 11011100 | 111100 | 11110 | 0 | 1110 | 11010010 | 1000001 | 111100 |
Color Harmonies of #589ADC
Complementary color
Monochromatic Colors of #589ADC
Black with #589ADC
Text Example
Text Example
White with #589ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589ADC; }
p { color: rgb(88,154,220); }
H1.HeaderClassName
{
color: #589ADC;
}
.AnyTagClassName
{
color: #589ADC;
}
</style>
background-color css
<style>
a { background-color: #589ADC; }
a { background-color: rgb(88,154,220); }
div.DivClassName
{
background-color: #589ADC;
}
.BgClassName
{
background-color: #589ADC;
}
</style>
border-color css
<style>
span { border-color: #589ADC; }
span { border-color: rgb(88,154,220); }
td.TdClassName
{
border-color: #589ADC;
}
.TagClassName
{
border-color: #589ADC;
}
</style>