Shades of Picton Blue #599BCB
Tints of Picton Blue #599BCB
RGB
CMYK
RGB Variations
Color information
#599BCB (or 0x599BCB) is known color: Picton Blue. HEX triplet: 59, 9B and CB. RGB value is (89,155,203). Sum of RGB (Red+Green+Blue) = 89+155+203=447 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.91% from 447); Green value is 155 (60.94% from 255 or 34.68% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #599BCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599BCB is #A66434. Grayscale: #8C8C8C. Windows color (decimal): -10904629 or 13343577. OLE color: 13343577.
HSL color Cylindrical-coordinate representation of color #599BCB: hue angle of 205.26º 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 #599BCB is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 155 | 203 | - |
| CMYK | 0.56 | 0.24 | 0 | 0.20 |
| HSL | 205.26º | 0.52% | 0.57% | - |
| HSV(B) | 205.26º | 0.56% | 0.8% | - |
| XYZ | 26.62 | 29.88 | 60.86 | - |
| YUV | 140.74 | 163.13 | 91.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 155 | 203 | 0.56 | 0.24 | 0 | 0.20 | 205.26 | 0.52 | 0.57 |
| Hex | 59 | 9B | CB | 38 | 18 | 0 | 14 | CD | 34 | 39 |
| Octal | 131 | 233 | 313 | 70 | 30 | 0 | 24 | 315 | 64 | 71 |
| Binary | 1011001 | 10011011 | 11001011 | 111000 | 11000 | 0 | 10100 | 11001101 | 110100 | 111001 |
Color Harmonies of #599BCB
Complementary color
Monochromatic Colors of #599BCB
Black with #599BCB
Text Example
Text Example
White with #599BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599BCB; }
p { color: rgb(89,155,203); }
H1.HeaderClassName
{
color: #599BCB;
}
.AnyTagClassName
{
color: #599BCB;
}
</style>
background-color css
<style>
a { background-color: #599BCB; }
a { background-color: rgb(89,155,203); }
div.DivClassName
{
background-color: #599BCB;
}
.BgClassName
{
background-color: #599BCB;
}
</style>
border-color css
<style>
span { border-color: #599BCB; }
span { border-color: rgb(89,155,203); }
td.TdClassName
{
border-color: #599BCB;
}
.TagClassName
{
border-color: #599BCB;
}
</style>