Shades of Picton Blue #599ACD
Tints of Picton Blue #599ACD
RGB
CMYK
RGB Variations
Color information
#599ACD (or 0x599ACD) is known color: Picton Blue. HEX triplet: 59, 9A and CD. RGB value is (89,154,205). Sum of RGB (Red+Green+Blue) = 89+154+205=448 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.87% from 448); Green value is 154 (60.55% from 255 or 34.38% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #599ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599ACD is #A66532. Grayscale: #8C8C8C. Windows color (decimal): -10904883 or 13474393. OLE color: 13474393.
HSL color Cylindrical-coordinate representation of color #599ACD: hue angle of 206.38º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #599ACD is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 154 | 205 | - |
| CMYK | 0.57 | 0.25 | 0 | 0.20 |
| HSL | 206.38º | 0.54% | 0.58% | - |
| HSV(B) | 206.38º | 0.57% | 0.8% | - |
| XYZ | 26.69 | 29.64 | 62.07 | - |
| YUV | 140.38 | 164.47 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 154 | 205 | 0.57 | 0.25 | 0 | 0.20 | 206.38 | 0.54 | 0.58 |
| Hex | 59 | 9A | CD | 39 | 19 | 0 | 14 | CE | 36 | 3A |
| Octal | 131 | 232 | 315 | 71 | 31 | 0 | 24 | 316 | 66 | 72 |
| Binary | 1011001 | 10011010 | 11001101 | 111001 | 11001 | 0 | 10100 | 11001110 | 110110 | 111010 |
Color Harmonies of #599ACD
Complementary color
Monochromatic Colors of #599ACD
Black with #599ACD
Text Example
Text Example
White with #599ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599ACD; }
p { color: rgb(89,154,205); }
H1.HeaderClassName
{
color: #599ACD;
}
.AnyTagClassName
{
color: #599ACD;
}
</style>
background-color css
<style>
a { background-color: #599ACD; }
a { background-color: rgb(89,154,205); }
div.DivClassName
{
background-color: #599ACD;
}
.BgClassName
{
background-color: #599ACD;
}
</style>
border-color css
<style>
span { border-color: #599ACD; }
span { border-color: rgb(89,154,205); }
td.TdClassName
{
border-color: #599ACD;
}
.TagClassName
{
border-color: #599ACD;
}
</style>