Shades of Picton Blue #559DD6
Tints of Picton Blue #559DD6
RGB
CMYK
RGB Variations
Color information
#559DD6 (or 0x559DD6) is known color: Picton Blue. HEX triplet: 55, 9D and D6. RGB value is (85,157,214). Sum of RGB (Red+Green+Blue) = 85+157+214=456 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.64% from 456); Green value is 157 (61.72% from 255 or 34.43% from 456); Blue value is 214 (83.98% from 255 or 46.93% from 456); Max value from RGB is 214 - color contains mainly: blue. Hex color #559DD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559DD6 is #AA6229. Grayscale: #8D8D8D. Windows color (decimal): -11166250 or 14064981. OLE color: 14064981.
HSL color Cylindrical-coordinate representation of color #559DD6: hue angle of 206.51º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #559DD6 is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 157 | 214 | - |
| CMYK | 0.60 | 0.27 | 0 | 0.16 |
| HSL | 206.51º | 0.61% | 0.59% | - |
| HSV(B) | 206.51º | 0.6% | 0.84% | - |
| XYZ | 27.94 | 30.9 | 68.11 | - |
| YUV | 141.97 | 168.65 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 157 | 214 | 0.60 | 0.27 | 0 | 0.16 | 206.51 | 0.61 | 0.59 |
| Hex | 55 | 9D | D6 | 3C | 1B | 0 | 10 | CF | 3D | 3B |
| Octal | 125 | 235 | 326 | 74 | 33 | 0 | 20 | 317 | 75 | 73 |
| Binary | 1010101 | 10011101 | 11010110 | 111100 | 11011 | 0 | 10000 | 11001111 | 111101 | 111011 |
Color Harmonies of #559DD6
Complementary color
Monochromatic Colors of #559DD6
Black with #559DD6
Text Example
Text Example
White with #559DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559DD6; }
p { color: rgb(85,157,214); }
H1.HeaderClassName
{
color: #559DD6;
}
.AnyTagClassName
{
color: #559DD6;
}
</style>
background-color css
<style>
a { background-color: #559DD6; }
a { background-color: rgb(85,157,214); }
div.DivClassName
{
background-color: #559DD6;
}
.BgClassName
{
background-color: #559DD6;
}
</style>
border-color css
<style>
span { border-color: #559DD6; }
span { border-color: rgb(85,157,214); }
td.TdClassName
{
border-color: #559DD6;
}
.TagClassName
{
border-color: #559DD6;
}
</style>