Shades of Picton Blue #599FCB
Tints of Picton Blue #599FCB
RGB
CMYK
RGB Variations
Color information
#599FCB (or 0x599FCB) is known color: Picton Blue. HEX triplet: 59, 9F and CB. RGB value is (89,159,203). Sum of RGB (Red+Green+Blue) = 89+159+203=451 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.73% from 451); Green value is 159 (62.5% from 255 or 35.25% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 203 - color contains mainly: blue. Hex color #599FCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599FCB is #A66034. Grayscale: #8E8E8E. Windows color (decimal): -10903605 or 13344601. OLE color: 13344601.
HSL color Cylindrical-coordinate representation of color #599FCB: hue angle of 203.16º 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 #599FCB is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 159 | 203 | - |
| CMYK | 0.56 | 0.22 | 0 | 0.20 |
| HSL | 203.16º | 0.52% | 0.57% | - |
| HSV(B) | 203.16º | 0.56% | 0.8% | - |
| XYZ | 27.3 | 31.23 | 61.09 | - |
| YUV | 143.09 | 161.81 | 89.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 159 | 203 | 0.56 | 0.22 | 0 | 0.20 | 203.16 | 0.52 | 0.57 |
| Hex | 59 | 9F | CB | 38 | 16 | 0 | 14 | CB | 34 | 39 |
| Octal | 131 | 237 | 313 | 70 | 26 | 0 | 24 | 313 | 64 | 71 |
| Binary | 1011001 | 10011111 | 11001011 | 111000 | 10110 | 0 | 10100 | 11001011 | 110100 | 111001 |
Color Harmonies of #599FCB
Complementary color
Monochromatic Colors of #599FCB
Black with #599FCB
Text Example
Text Example
White with #599FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599FCB; }
p { color: rgb(89,159,203); }
H1.HeaderClassName
{
color: #599FCB;
}
.AnyTagClassName
{
color: #599FCB;
}
</style>
background-color css
<style>
a { background-color: #599FCB; }
a { background-color: rgb(89,159,203); }
div.DivClassName
{
background-color: #599FCB;
}
.BgClassName
{
background-color: #599FCB;
}
</style>
border-color css
<style>
span { border-color: #599FCB; }
span { border-color: rgb(89,159,203); }
td.TdClassName
{
border-color: #599FCB;
}
.TagClassName
{
border-color: #599FCB;
}
</style>