Shades of Picton Blue #599BDD
Tints of Picton Blue #599BDD
RGB
CMYK
RGB Variations
Color information
#599BDD (or 0x599BDD) is known color: Picton Blue. HEX triplet: 59, 9B and DD. RGB value is (89,155,221). Sum of RGB (Red+Green+Blue) = 89+155+221=465 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.14% from 465); Green value is 155 (60.94% from 255 or 33.33% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #599BDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599BDD is #A66422. Grayscale: #8E8E8E. Windows color (decimal): -10904611 or 14523225. OLE color: 14523225.
HSL color Cylindrical-coordinate representation of color #599BDD: hue angle of 210º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #599BDD is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 155 | 221 | - |
| CMYK | 0.60 | 0.30 | 0 | 0.13 |
| HSL | 210º | 0.66% | 0.61% | - |
| HSV(B) | 210º | 0.6% | 0.87% | - |
| XYZ | 28.89 | 30.79 | 72.83 | - |
| YUV | 142.79 | 172.13 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 155 | 221 | 0.60 | 0.30 | 0 | 0.13 | 210 | 0.66 | 0.61 |
| Hex | 59 | 9B | DD | 3C | 1E | 0 | D | D2 | 42 | 3D |
| Octal | 131 | 233 | 335 | 74 | 36 | 0 | 15 | 322 | 102 | 75 |
| Binary | 1011001 | 10011011 | 11011101 | 111100 | 11110 | 0 | 1101 | 11010010 | 1000010 | 111101 |
Color Harmonies of #599BDD
Complementary color
Monochromatic Colors of #599BDD
Black with #599BDD
Text Example
Text Example
White with #599BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599BDD; }
p { color: rgb(89,155,221); }
H1.HeaderClassName
{
color: #599BDD;
}
.AnyTagClassName
{
color: #599BDD;
}
</style>
background-color css
<style>
a { background-color: #599BDD; }
a { background-color: rgb(89,155,221); }
div.DivClassName
{
background-color: #599BDD;
}
.BgClassName
{
background-color: #599BDD;
}
</style>
border-color css
<style>
span { border-color: #599BDD; }
span { border-color: rgb(89,155,221); }
td.TdClassName
{
border-color: #599BDD;
}
.TagClassName
{
border-color: #599BDD;
}
</style>