Shades of Picton Blue #599ADE
Tints of Picton Blue #599ADE
RGB
CMYK
RGB Variations
Color information
#599ADE (or 0x599ADE) is known color: Picton Blue. HEX triplet: 59, 9A and DE. RGB value is (89,154,222). Sum of RGB (Red+Green+Blue) = 89+154+222=465 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.14% from 465); Green value is 154 (60.55% from 255 or 33.12% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 222 - color contains mainly: blue. Hex color #599ADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599ADE is #A66521. Grayscale: #8D8D8D. Windows color (decimal): -10904866 or 14588505. OLE color: 14588505.
HSL color Cylindrical-coordinate representation of color #599ADE: hue angle of 210.68º degrees, saturation: 0.67, 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 #599ADE is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 154 | 222 | - |
| CMYK | 0.60 | 0.31 | 0 | 0.13 |
| HSL | 210.68º | 0.67% | 0.61% | - |
| HSV(B) | 210.68º | 0.6% | 0.87% | - |
| XYZ | 28.86 | 30.51 | 73.47 | - |
| YUV | 142.32 | 172.97 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 154 | 222 | 0.60 | 0.31 | 0 | 0.13 | 210.68 | 0.67 | 0.61 |
| Hex | 59 | 9A | DE | 3C | 1F | 0 | D | D3 | 43 | 3D |
| Octal | 131 | 232 | 336 | 74 | 37 | 0 | 15 | 323 | 103 | 75 |
| Binary | 1011001 | 10011010 | 11011110 | 111100 | 11111 | 0 | 1101 | 11010011 | 1000011 | 111101 |
Color Harmonies of #599ADE
Complementary color
Monochromatic Colors of #599ADE
Black with #599ADE
Text Example
Text Example
White with #599ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599ADE; }
p { color: rgb(89,154,222); }
H1.HeaderClassName
{
color: #599ADE;
}
.AnyTagClassName
{
color: #599ADE;
}
</style>
background-color css
<style>
a { background-color: #599ADE; }
a { background-color: rgb(89,154,222); }
div.DivClassName
{
background-color: #599ADE;
}
.BgClassName
{
background-color: #599ADE;
}
</style>
border-color css
<style>
span { border-color: #599ADE; }
span { border-color: rgb(89,154,222); }
td.TdClassName
{
border-color: #599ADE;
}
.TagClassName
{
border-color: #599ADE;
}
</style>