Shades of Picton Blue #589CCF
Tints of Picton Blue #589CCF
RGB
CMYK
RGB Variations
Color information
#589CCF (or 0x589CCF) is known color: Picton Blue. HEX triplet: 58, 9C and CF. RGB value is (88,156,207). Sum of RGB (Red+Green+Blue) = 88+156+207=451 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.51% from 451); Green value is 156 (61.33% from 255 or 34.59% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #589CCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589CCF is #A76330. Grayscale: #8D8D8D. Windows color (decimal): -10969905 or 13605976. OLE color: 13605976.
HSL color Cylindrical-coordinate representation of color #589CCF: hue angle of 205.71º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #589CCF is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 156 | 207 | - |
| CMYK | 0.57 | 0.25 | 0 | 0.19 |
| HSL | 205.71º | 0.55% | 0.58% | - |
| HSV(B) | 205.71º | 0.57% | 0.81% | - |
| XYZ | 27.18 | 30.36 | 63.46 | - |
| YUV | 141.48 | 164.97 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 156 | 207 | 0.57 | 0.25 | 0 | 0.19 | 205.71 | 0.55 | 0.58 |
| Hex | 58 | 9C | CF | 39 | 19 | 0 | 13 | CE | 37 | 3A |
| Octal | 130 | 234 | 317 | 71 | 31 | 0 | 23 | 316 | 67 | 72 |
| Binary | 1011000 | 10011100 | 11001111 | 111001 | 11001 | 0 | 10011 | 11001110 | 110111 | 111010 |
Color Harmonies of #589CCF
Complementary color
Monochromatic Colors of #589CCF
Black with #589CCF
Text Example
Text Example
White with #589CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589CCF; }
p { color: rgb(88,156,207); }
H1.HeaderClassName
{
color: #589CCF;
}
.AnyTagClassName
{
color: #589CCF;
}
</style>
background-color css
<style>
a { background-color: #589CCF; }
a { background-color: rgb(88,156,207); }
div.DivClassName
{
background-color: #589CCF;
}
.BgClassName
{
background-color: #589CCF;
}
</style>
border-color css
<style>
span { border-color: #589CCF; }
span { border-color: rgb(88,156,207); }
td.TdClassName
{
border-color: #589CCF;
}
.TagClassName
{
border-color: #589CCF;
}
</style>