Shades of Picton Blue #589BC5
Tints of Picton Blue #589BC5
RGB
CMYK
RGB Variations
Color information
#589BC5 (or 0x589BC5) is known color: Picton Blue. HEX triplet: 58, 9B and C5. RGB value is (88,155,197). Sum of RGB (Red+Green+Blue) = 88+155+197=440 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20% from 440); Green value is 155 (60.94% from 255 or 35.23% from 440); Blue value is 197 (77.34% from 255 or 44.77% from 440); Max value from RGB is 197 - color contains mainly: blue. Hex color #589BC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589BC5 is #A7643A. Grayscale: #8B8B8B. Windows color (decimal): -10970171 or 12950360. OLE color: 12950360.
HSL color Cylindrical-coordinate representation of color #589BC5: hue angle of 203.12º 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 #589BC5 is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 88 | 155 | 197 | - |
| CMYK | 0.55 | 0.21 | 0 | 0.23 |
| HSL | 203.12º | 0.48% | 0.56% | - |
| HSV(B) | 203.12º | 0.55% | 0.77% | - |
| XYZ | 25.82 | 29.55 | 57.17 | - |
| YUV | 139.76 | 160.3 | 91.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 155 | 197 | 0.55 | 0.21 | 0 | 0.23 | 203.12 | 0.48 | 0.56 |
| Hex | 58 | 9B | C5 | 37 | 15 | 0 | 17 | CB | 30 | 38 |
| Octal | 130 | 233 | 305 | 67 | 25 | 0 | 27 | 313 | 60 | 70 |
| Binary | 1011000 | 10011011 | 11000101 | 110111 | 10101 | 0 | 10111 | 11001011 | 110000 | 111000 |
Color Harmonies of #589BC5
Complementary color
Monochromatic Colors of #589BC5
Black with #589BC5
Text Example
Text Example
White with #589BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589BC5; }
p { color: rgb(88,155,197); }
H1.HeaderClassName
{
color: #589BC5;
}
.AnyTagClassName
{
color: #589BC5;
}
</style>
background-color css
<style>
a { background-color: #589BC5; }
a { background-color: rgb(88,155,197); }
div.DivClassName
{
background-color: #589BC5;
}
.BgClassName
{
background-color: #589BC5;
}
</style>
border-color css
<style>
span { border-color: #589BC5; }
span { border-color: rgb(88,155,197); }
td.TdClassName
{
border-color: #589BC5;
}
.TagClassName
{
border-color: #589BC5;
}
</style>