Shades of Picton Blue #599DCC
Tints of Picton Blue #599DCC
RGB
CMYK
RGB Variations
Color information
#599DCC (or 0x599DCC) is known color: Picton Blue. HEX triplet: 59, 9D and CC. RGB value is (89,157,204). Sum of RGB (Red+Green+Blue) = 89+157+204=450 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.78% from 450); Green value is 157 (61.72% from 255 or 34.89% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #599DCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599DCC is #A66233. Grayscale: #8D8D8D. Windows color (decimal): -10904116 or 13409625. OLE color: 13409625.
HSL color Cylindrical-coordinate representation of color #599DCC: hue angle of 204.52º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #599DCC is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 89 | 157 | 204 | - |
| CMYK | 0.56 | 0.23 | 0 | 0.2 |
| HSL | 204.52º | 0.53% | 0.57% | - |
| HSV(B) | 204.52º | 0.56% | 0.8% | - |
| XYZ | 27.08 | 30.6 | 61.61 | - |
| YUV | 142.03 | 162.97 | 90.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 157 | 204 | 0.56 | 0.23 | 0 | 0.2 | 204.52 | 0.53 | 0.57 |
| Hex | 59 | 9D | CC | 38 | 17 | 0 | 14 | CD | 35 | 39 |
| Octal | 131 | 235 | 314 | 70 | 27 | 0 | 24 | 315 | 65 | 71 |
| Binary | 1011001 | 10011101 | 11001100 | 111000 | 10111 | 0 | 10100 | 11001101 | 110101 | 111001 |
Color Harmonies of #599DCC
Complementary color
Monochromatic Colors of #599DCC
Black with #599DCC
Text Example
Text Example
White with #599DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599DCC; }
p { color: rgb(89,157,204); }
H1.HeaderClassName
{
color: #599DCC;
}
.AnyTagClassName
{
color: #599DCC;
}
</style>
background-color css
<style>
a { background-color: #599DCC; }
a { background-color: rgb(89,157,204); }
div.DivClassName
{
background-color: #599DCC;
}
.BgClassName
{
background-color: #599DCC;
}
</style>
border-color css
<style>
span { border-color: #599DCC; }
span { border-color: rgb(89,157,204); }
td.TdClassName
{
border-color: #599DCC;
}
.TagClassName
{
border-color: #599DCC;
}
</style>