Shades of Picton Blue #599DCB
Tints of Picton Blue #599DCB
RGB
CMYK
RGB Variations
Color information
#599DCB (or 0x599DCB) is known color: Picton Blue. HEX triplet: 59, 9D and CB. RGB value is (89,157,203). Sum of RGB (Red+Green+Blue) = 89+157+203=449 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.82% from 449); Green value is 157 (61.72% from 255 or 34.97% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #599DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599DCB is #A66234. Grayscale: #8D8D8D. Windows color (decimal): -10904117 or 13344089. OLE color: 13344089.
HSL color Cylindrical-coordinate representation of color #599DCB: hue angle of 204.21º degrees, saturation: 0.52, 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 #599DCB is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 157 | 203 | - |
| CMYK | 0.56 | 0.23 | 0 | 0.20 |
| HSL | 204.21º | 0.52% | 0.57% | - |
| HSV(B) | 204.21º | 0.56% | 0.8% | - |
| XYZ | 26.96 | 30.55 | 60.98 | - |
| YUV | 141.91 | 162.47 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 157 | 203 | 0.56 | 0.23 | 0 | 0.20 | 204.21 | 0.52 | 0.57 |
| Hex | 59 | 9D | CB | 38 | 17 | 0 | 14 | CC | 34 | 39 |
| Octal | 131 | 235 | 313 | 70 | 27 | 0 | 24 | 314 | 64 | 71 |
| Binary | 1011001 | 10011101 | 11001011 | 111000 | 10111 | 0 | 10100 | 11001100 | 110100 | 111001 |
Color Harmonies of #599DCB
Complementary color
Monochromatic Colors of #599DCB
Black with #599DCB
Text Example
Text Example
White with #599DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599DCB; }
p { color: rgb(89,157,203); }
H1.HeaderClassName
{
color: #599DCB;
}
.AnyTagClassName
{
color: #599DCB;
}
</style>
background-color css
<style>
a { background-color: #599DCB; }
a { background-color: rgb(89,157,203); }
div.DivClassName
{
background-color: #599DCB;
}
.BgClassName
{
background-color: #599DCB;
}
</style>
border-color css
<style>
span { border-color: #599DCB; }
span { border-color: rgb(89,157,203); }
td.TdClassName
{
border-color: #599DCB;
}
.TagClassName
{
border-color: #599DCB;
}
</style>