Shades of Picton Blue #599ACC
Tints of Picton Blue #599ACC
RGB
CMYK
RGB Variations
Color information
#599ACC (or 0x599ACC) is known color: Picton Blue. HEX triplet: 59, 9A and CC. RGB value is (89,154,204). Sum of RGB (Red+Green+Blue) = 89+154+204=447 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.91% from 447); Green value is 154 (60.55% from 255 or 34.45% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #599ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599ACC is #A66533. Grayscale: #8C8C8C. Windows color (decimal): -10904884 or 13408857. OLE color: 13408857.
HSL color Cylindrical-coordinate representation of color #599ACC: hue angle of 206.09º degrees, saturation: 0.53, 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 #599ACC is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 89 | 154 | 204 | - |
| CMYK | 0.56 | 0.25 | 0 | 0.2 |
| HSL | 206.09º | 0.53% | 0.57% | - |
| HSV(B) | 206.09º | 0.56% | 0.8% | - |
| XYZ | 26.57 | 29.59 | 61.44 | - |
| YUV | 140.27 | 163.97 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 154 | 204 | 0.56 | 0.25 | 0 | 0.2 | 206.09 | 0.53 | 0.57 |
| Hex | 59 | 9A | CC | 38 | 19 | 0 | 14 | CE | 35 | 39 |
| Octal | 131 | 232 | 314 | 70 | 31 | 0 | 24 | 316 | 65 | 71 |
| Binary | 1011001 | 10011010 | 11001100 | 111000 | 11001 | 0 | 10100 | 11001110 | 110101 | 111001 |
Color Harmonies of #599ACC
Complementary color
Monochromatic Colors of #599ACC
Black with #599ACC
Text Example
Text Example
White with #599ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599ACC; }
p { color: rgb(89,154,204); }
H1.HeaderClassName
{
color: #599ACC;
}
.AnyTagClassName
{
color: #599ACC;
}
</style>
background-color css
<style>
a { background-color: #599ACC; }
a { background-color: rgb(89,154,204); }
div.DivClassName
{
background-color: #599ACC;
}
.BgClassName
{
background-color: #599ACC;
}
</style>
border-color css
<style>
span { border-color: #599ACC; }
span { border-color: rgb(89,154,204); }
td.TdClassName
{
border-color: #599ACC;
}
.TagClassName
{
border-color: #599ACC;
}
</style>