Shades of Picton Blue #559BCD
Tints of Picton Blue #559BCD
RGB
CMYK
RGB Variations
Color information
#559BCD (or 0x559BCD) is known color: Picton Blue. HEX triplet: 55, 9B and CD. RGB value is (85,155,205). Sum of RGB (Red+Green+Blue) = 85+155+205=445 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.10% from 445); Green value is 155 (60.94% from 255 or 34.83% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #559BCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559BCD is #AA6432. Grayscale: #8B8B8B. Windows color (decimal): -11166771 or 13474645. OLE color: 13474645.
HSL color Cylindrical-coordinate representation of color #559BCD: hue angle of 205º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #559BCD is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 155 | 205 | - |
| CMYK | 0.59 | 0.24 | 0 | 0.20 |
| HSL | 205º | 0.55% | 0.57% | - |
| HSV(B) | 205º | 0.59% | 0.8% | - |
| XYZ | 26.49 | 29.78 | 62.11 | - |
| YUV | 139.77 | 164.81 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 155 | 205 | 0.59 | 0.24 | 0 | 0.20 | 205 | 0.55 | 0.57 |
| Hex | 55 | 9B | CD | 3B | 18 | 0 | 14 | CD | 37 | 39 |
| Octal | 125 | 233 | 315 | 73 | 30 | 0 | 24 | 315 | 67 | 71 |
| Binary | 1010101 | 10011011 | 11001101 | 111011 | 11000 | 0 | 10100 | 11001101 | 110111 | 111001 |
Color Harmonies of #559BCD
Complementary color
Monochromatic Colors of #559BCD
Black with #559BCD
Text Example
Text Example
White with #559BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559BCD; }
p { color: rgb(85,155,205); }
H1.HeaderClassName
{
color: #559BCD;
}
.AnyTagClassName
{
color: #559BCD;
}
</style>
background-color css
<style>
a { background-color: #559BCD; }
a { background-color: rgb(85,155,205); }
div.DivClassName
{
background-color: #559BCD;
}
.BgClassName
{
background-color: #559BCD;
}
</style>
border-color css
<style>
span { border-color: #559BCD; }
span { border-color: rgb(85,155,205); }
td.TdClassName
{
border-color: #559BCD;
}
.TagClassName
{
border-color: #559BCD;
}
</style>