Shades of Picton Blue #599ACF
Tints of Picton Blue #599ACF
RGB
CMYK
RGB Variations
Color information
#599ACF (or 0x599ACF) is known color: Picton Blue. HEX triplet: 59, 9A and CF. RGB value is (89,154,207). Sum of RGB (Red+Green+Blue) = 89+154+207=450 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.78% from 450); Green value is 154 (60.55% from 255 or 34.22% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #599ACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599ACF is #A66530. Grayscale: #8C8C8C. Windows color (decimal): -10904881 or 13605465. OLE color: 13605465.
HSL color Cylindrical-coordinate representation of color #599ACF: hue angle of 206.95º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #599ACF is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 154 | 207 | - |
| CMYK | 0.57 | 0.26 | 0 | 0.19 |
| HSL | 206.95º | 0.55% | 0.58% | - |
| HSV(B) | 206.95º | 0.57% | 0.81% | - |
| XYZ | 26.94 | 29.74 | 63.35 | - |
| YUV | 140.61 | 165.47 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 154 | 207 | 0.57 | 0.26 | 0 | 0.19 | 206.95 | 0.55 | 0.58 |
| Hex | 59 | 9A | CF | 39 | 1A | 0 | 13 | CF | 37 | 3A |
| Octal | 131 | 232 | 317 | 71 | 32 | 0 | 23 | 317 | 67 | 72 |
| Binary | 1011001 | 10011010 | 11001111 | 111001 | 11010 | 0 | 10011 | 11001111 | 110111 | 111010 |
Color Harmonies of #599ACF
Complementary color
Monochromatic Colors of #599ACF
Black with #599ACF
Text Example
Text Example
White with #599ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599ACF; }
p { color: rgb(89,154,207); }
H1.HeaderClassName
{
color: #599ACF;
}
.AnyTagClassName
{
color: #599ACF;
}
</style>
background-color css
<style>
a { background-color: #599ACF; }
a { background-color: rgb(89,154,207); }
div.DivClassName
{
background-color: #599ACF;
}
.BgClassName
{
background-color: #599ACF;
}
</style>
border-color css
<style>
span { border-color: #599ACF; }
span { border-color: rgb(89,154,207); }
td.TdClassName
{
border-color: #599ACF;
}
.TagClassName
{
border-color: #599ACF;
}
</style>