Shades of Picton Blue #559CCD
Tints of Picton Blue #559CCD
RGB
CMYK
RGB Variations
Color information
#559CCD (or 0x559CCD) is known color: Picton Blue. HEX triplet: 55, 9C and CD. RGB value is (85,156,205). Sum of RGB (Red+Green+Blue) = 85+156+205=446 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.06% from 446); Green value is 156 (61.33% from 255 or 34.98% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #559CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559CCD is #AA6332. Grayscale: #8C8C8C. Windows color (decimal): -11166515 or 13474901. OLE color: 13474901.
HSL color Cylindrical-coordinate representation of color #559CCD: hue angle of 204.5º 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 #559CCD is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 156 | 205 | - |
| CMYK | 0.59 | 0.24 | 0 | 0.20 |
| HSL | 204.5º | 0.55% | 0.57% | - |
| HSV(B) | 204.5º | 0.59% | 0.8% | - |
| XYZ | 26.65 | 30.12 | 62.17 | - |
| YUV | 140.36 | 164.48 | 88.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 156 | 205 | 0.59 | 0.24 | 0 | 0.20 | 204.5 | 0.55 | 0.57 |
| Hex | 55 | 9C | CD | 3B | 18 | 0 | 14 | CC | 37 | 39 |
| Octal | 125 | 234 | 315 | 73 | 30 | 0 | 24 | 314 | 67 | 71 |
| Binary | 1010101 | 10011100 | 11001101 | 111011 | 11000 | 0 | 10100 | 11001100 | 110111 | 111001 |
Color Harmonies of #559CCD
Complementary color
Monochromatic Colors of #559CCD
Black with #559CCD
Text Example
Text Example
White with #559CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559CCD; }
p { color: rgb(85,156,205); }
H1.HeaderClassName
{
color: #559CCD;
}
.AnyTagClassName
{
color: #559CCD;
}
</style>
background-color css
<style>
a { background-color: #559CCD; }
a { background-color: rgb(85,156,205); }
div.DivClassName
{
background-color: #559CCD;
}
.BgClassName
{
background-color: #559CCD;
}
</style>
border-color css
<style>
span { border-color: #559CCD; }
span { border-color: rgb(85,156,205); }
td.TdClassName
{
border-color: #559CCD;
}
.TagClassName
{
border-color: #559CCD;
}
</style>