Shades of Picton Blue #589BCC
Tints of Picton Blue #589BCC
RGB
CMYK
RGB Variations
Color information
#589BCC (or 0x589BCC) is known color: Picton Blue. HEX triplet: 58, 9B and CC. RGB value is (88,155,204). Sum of RGB (Red+Green+Blue) = 88+155+204=447 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.69% from 447); Green value is 155 (60.94% from 255 or 34.68% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #589BCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589BCC is #A76433. Grayscale: #8C8C8C. Windows color (decimal): -10970164 or 13409112. OLE color: 13409112.
HSL color Cylindrical-coordinate representation of color #589BCC: hue angle of 205.34º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #589BCC is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 88 | 155 | 204 | - |
| CMYK | 0.57 | 0.24 | 0 | 0.2 |
| HSL | 205.34º | 0.53% | 0.57% | - |
| HSV(B) | 205.34º | 0.57% | 0.8% | - |
| XYZ | 26.64 | 29.88 | 61.49 | - |
| YUV | 140.55 | 163.8 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 155 | 204 | 0.57 | 0.24 | 0 | 0.2 | 205.34 | 0.53 | 0.57 |
| Hex | 58 | 9B | CC | 39 | 18 | 0 | 14 | CD | 35 | 39 |
| Octal | 130 | 233 | 314 | 71 | 30 | 0 | 24 | 315 | 65 | 71 |
| Binary | 1011000 | 10011011 | 11001100 | 111001 | 11000 | 0 | 10100 | 11001101 | 110101 | 111001 |
Color Harmonies of #589BCC
Complementary color
Monochromatic Colors of #589BCC
Black with #589BCC
Text Example
Text Example
White with #589BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589BCC; }
p { color: rgb(88,155,204); }
H1.HeaderClassName
{
color: #589BCC;
}
.AnyTagClassName
{
color: #589BCC;
}
</style>
background-color css
<style>
a { background-color: #589BCC; }
a { background-color: rgb(88,155,204); }
div.DivClassName
{
background-color: #589BCC;
}
.BgClassName
{
background-color: #589BCC;
}
</style>
border-color css
<style>
span { border-color: #589BCC; }
span { border-color: rgb(88,155,204); }
td.TdClassName
{
border-color: #589BCC;
}
.TagClassName
{
border-color: #589BCC;
}
</style>