Shades of Picton Blue #599CCD
Tints of Picton Blue #599CCD
RGB
CMYK
RGB Variations
Color information
#599CCD (or 0x599CCD) is known color: Picton Blue. HEX triplet: 59, 9C and CD. RGB value is (89,156,205). Sum of RGB (Red+Green+Blue) = 89+156+205=450 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.78% from 450); Green value is 156 (61.33% from 255 or 34.67% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #599CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599CCD is #A66332. Grayscale: #8D8D8D. Windows color (decimal): -10904371 or 13474905. OLE color: 13474905.
HSL color Cylindrical-coordinate representation of color #599CCD: hue angle of 205.34º 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 #599CCD is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 156 | 205 | - |
| CMYK | 0.57 | 0.24 | 0 | 0.20 |
| HSL | 205.34º | 0.54% | 0.58% | - |
| HSV(B) | 205.34º | 0.57% | 0.8% | - |
| XYZ | 27.03 | 30.31 | 62.18 | - |
| YUV | 141.55 | 163.8 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 156 | 205 | 0.57 | 0.24 | 0 | 0.20 | 205.34 | 0.54 | 0.58 |
| Hex | 59 | 9C | CD | 39 | 18 | 0 | 14 | CD | 36 | 3A |
| Octal | 131 | 234 | 315 | 71 | 30 | 0 | 24 | 315 | 66 | 72 |
| Binary | 1011001 | 10011100 | 11001101 | 111001 | 11000 | 0 | 10100 | 11001101 | 110110 | 111010 |
Color Harmonies of #599CCD
Complementary color
Monochromatic Colors of #599CCD
Black with #599CCD
Text Example
Text Example
White with #599CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599CCD; }
p { color: rgb(89,156,205); }
H1.HeaderClassName
{
color: #599CCD;
}
.AnyTagClassName
{
color: #599CCD;
}
</style>
background-color css
<style>
a { background-color: #599CCD; }
a { background-color: rgb(89,156,205); }
div.DivClassName
{
background-color: #599CCD;
}
.BgClassName
{
background-color: #599CCD;
}
</style>
border-color css
<style>
span { border-color: #599CCD; }
span { border-color: rgb(89,156,205); }
td.TdClassName
{
border-color: #599CCD;
}
.TagClassName
{
border-color: #599CCD;
}
</style>