Shades of Picton Blue #599ADC
Tints of Picton Blue #599ADC
RGB
CMYK
RGB Variations
Color information
#599ADC (or 0x599ADC) is known color: Picton Blue. HEX triplet: 59, 9A and DC. RGB value is (89,154,220). Sum of RGB (Red+Green+Blue) = 89+154+220=463 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.22% from 463); Green value is 154 (60.55% from 255 or 33.26% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #599ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599ADC is #A66523. Grayscale: #8D8D8D. Windows color (decimal): -10904868 or 14457433. OLE color: 14457433.
HSL color Cylindrical-coordinate representation of color #599ADC: hue angle of 210.23º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #599ADC is Cyan = 0.60, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 154 | 220 | - |
| CMYK | 0.60 | 0.3 | 0 | 0.14 |
| HSL | 210.23º | 0.65% | 0.61% | - |
| HSV(B) | 210.23º | 0.6% | 0.86% | - |
| XYZ | 28.59 | 30.4 | 72.07 | - |
| YUV | 142.09 | 171.97 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 154 | 220 | 0.60 | 0.3 | 0 | 0.14 | 210.23 | 0.65 | 0.61 |
| Hex | 59 | 9A | DC | 3C | 1E | 0 | E | D2 | 41 | 3D |
| Octal | 131 | 232 | 334 | 74 | 36 | 0 | 16 | 322 | 101 | 75 |
| Binary | 1011001 | 10011010 | 11011100 | 111100 | 11110 | 0 | 1110 | 11010010 | 1000001 | 111101 |
Color Harmonies of #599ADC
Complementary color
Monochromatic Colors of #599ADC
Black with #599ADC
Text Example
Text Example
White with #599ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599ADC; }
p { color: rgb(89,154,220); }
H1.HeaderClassName
{
color: #599ADC;
}
.AnyTagClassName
{
color: #599ADC;
}
</style>
background-color css
<style>
a { background-color: #599ADC; }
a { background-color: rgb(89,154,220); }
div.DivClassName
{
background-color: #599ADC;
}
.BgClassName
{
background-color: #599ADC;
}
</style>
border-color css
<style>
span { border-color: #599ADC; }
span { border-color: rgb(89,154,220); }
td.TdClassName
{
border-color: #599ADC;
}
.TagClassName
{
border-color: #599ADC;
}
</style>