Shades of Picton Blue #589AC8
Tints of Picton Blue #589AC8
RGB
CMYK
RGB Variations
Color information
#589AC8 (or 0x589AC8) is known color: Picton Blue. HEX triplet: 58, 9A and C8. RGB value is (88,154,200). Sum of RGB (Red+Green+Blue) = 88+154+200=442 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.91% from 442); Green value is 154 (60.55% from 255 or 34.84% from 442); Blue value is 200 (78.52% from 255 or 45.25% from 442); Max value from RGB is 200 - color contains mainly: blue. Hex color #589AC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589AC8 is #A76537. Grayscale: #8B8B8B. Windows color (decimal): -10970424 or 13146712. OLE color: 13146712.
HSL color Cylindrical-coordinate representation of color #589AC8: hue angle of 204.64º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #589AC8 is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 88 | 154 | 200 | - |
| CMYK | 0.56 | 0.23 | 0 | 0.22 |
| HSL | 204.64º | 0.5% | 0.56% | - |
| HSV(B) | 204.64º | 0.56% | 0.78% | - |
| XYZ | 26.01 | 29.36 | 58.94 | - |
| YUV | 139.51 | 162.13 | 91.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 154 | 200 | 0.56 | 0.23 | 0 | 0.22 | 204.64 | 0.5 | 0.56 |
| Hex | 58 | 9A | C8 | 38 | 17 | 0 | 16 | CD | 32 | 38 |
| Octal | 130 | 232 | 310 | 70 | 27 | 0 | 26 | 315 | 62 | 70 |
| Binary | 1011000 | 10011010 | 11001000 | 111000 | 10111 | 0 | 10110 | 11001101 | 110010 | 111000 |
Color Harmonies of #589AC8
Complementary color
Monochromatic Colors of #589AC8
Black with #589AC8
Text Example
Text Example
White with #589AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589AC8; }
p { color: rgb(88,154,200); }
H1.HeaderClassName
{
color: #589AC8;
}
.AnyTagClassName
{
color: #589AC8;
}
</style>
background-color css
<style>
a { background-color: #589AC8; }
a { background-color: rgb(88,154,200); }
div.DivClassName
{
background-color: #589AC8;
}
.BgClassName
{
background-color: #589AC8;
}
</style>
border-color css
<style>
span { border-color: #589AC8; }
span { border-color: rgb(88,154,200); }
td.TdClassName
{
border-color: #589AC8;
}
.TagClassName
{
border-color: #589AC8;
}
</style>