Shades of Picton Blue #589DC5
Tints of Picton Blue #589DC5
RGB
CMYK
RGB Variations
Color information
#589DC5 (or 0x589DC5) is known color: Picton Blue. HEX triplet: 58, 9D and C5. RGB value is (88,157,197). Sum of RGB (Red+Green+Blue) = 88+157+197=442 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.91% from 442); Green value is 157 (61.72% from 255 or 35.52% from 442); Blue value is 197 (77.34% from 255 or 44.57% from 442); Max value from RGB is 197 - color contains mainly: blue. Hex color #589DC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589DC5 is #A7623A. Grayscale: #8C8C8C. Windows color (decimal): -10969659 or 12950872. OLE color: 12950872.
HSL color Cylindrical-coordinate representation of color #589DC5: hue angle of 202.02º 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 #589DC5 is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 88 | 157 | 197 | - |
| CMYK | 0.55 | 0.20 | 0 | 0.23 |
| HSL | 202.02º | 0.48% | 0.56% | - |
| HSV(B) | 202.02º | 0.55% | 0.77% | - |
| XYZ | 26.16 | 30.22 | 57.28 | - |
| YUV | 140.93 | 159.64 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 157 | 197 | 0.55 | 0.20 | 0 | 0.23 | 202.02 | 0.48 | 0.56 |
| Hex | 58 | 9D | C5 | 37 | 14 | 0 | 17 | CA | 30 | 38 |
| Octal | 130 | 235 | 305 | 67 | 24 | 0 | 27 | 312 | 60 | 70 |
| Binary | 1011000 | 10011101 | 11000101 | 110111 | 10100 | 0 | 10111 | 11001010 | 110000 | 111000 |
Color Harmonies of #589DC5
Complementary color
Monochromatic Colors of #589DC5
Black with #589DC5
Text Example
Text Example
White with #589DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589DC5; }
p { color: rgb(88,157,197); }
H1.HeaderClassName
{
color: #589DC5;
}
.AnyTagClassName
{
color: #589DC5;
}
</style>
background-color css
<style>
a { background-color: #589DC5; }
a { background-color: rgb(88,157,197); }
div.DivClassName
{
background-color: #589DC5;
}
.BgClassName
{
background-color: #589DC5;
}
</style>
border-color css
<style>
span { border-color: #589DC5; }
span { border-color: rgb(88,157,197); }
td.TdClassName
{
border-color: #589DC5;
}
.TagClassName
{
border-color: #589DC5;
}
</style>