Shades of Picton Blue #589FC5
Tints of Picton Blue #589FC5
RGB
CMYK
RGB Variations
Color information
#589FC5 (or 0x589FC5) is known color: Picton Blue. HEX triplet: 58, 9F and C5. RGB value is (88,159,197). Sum of RGB (Red+Green+Blue) = 88+159+197=444 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.82% from 444); Green value is 159 (62.5% from 255 or 35.81% from 444); Blue value is 197 (77.34% from 255 or 44.37% from 444); Max value from RGB is 197 - color contains mainly: blue. Hex color #589FC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589FC5 is #A7603A. Grayscale: #8D8D8D. Windows color (decimal): -10969147 or 12951384. OLE color: 12951384.
HSL color Cylindrical-coordinate representation of color #589FC5: hue angle of 200.92º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #589FC5 is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 88 | 159 | 197 | - |
| CMYK | 0.55 | 0.19 | 0 | 0.23 |
| HSL | 200.92º | 0.48% | 0.56% | - |
| HSV(B) | 200.92º | 0.55% | 0.77% | - |
| XYZ | 26.5 | 30.9 | 57.39 | - |
| YUV | 142.1 | 158.98 | 89.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 159 | 197 | 0.55 | 0.19 | 0 | 0.23 | 200.92 | 0.48 | 0.56 |
| Hex | 58 | 9F | C5 | 37 | 13 | 0 | 17 | C9 | 30 | 38 |
| Octal | 130 | 237 | 305 | 67 | 23 | 0 | 27 | 311 | 60 | 70 |
| Binary | 1011000 | 10011111 | 11000101 | 110111 | 10011 | 0 | 10111 | 11001001 | 110000 | 111000 |
Color Harmonies of #589FC5
Complementary color
Monochromatic Colors of #589FC5
Black with #589FC5
Text Example
Text Example
White with #589FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589FC5; }
p { color: rgb(88,159,197); }
H1.HeaderClassName
{
color: #589FC5;
}
.AnyTagClassName
{
color: #589FC5;
}
</style>
background-color css
<style>
a { background-color: #589FC5; }
a { background-color: rgb(88,159,197); }
div.DivClassName
{
background-color: #589FC5;
}
.BgClassName
{
background-color: #589FC5;
}
</style>
border-color css
<style>
span { border-color: #589FC5; }
span { border-color: rgb(88,159,197); }
td.TdClassName
{
border-color: #589FC5;
}
.TagClassName
{
border-color: #589FC5;
}
</style>