Shades of Picton Blue #559DDA
Tints of Picton Blue #559DDA
RGB
CMYK
RGB Variations
Color information
#559DDA (or 0x559DDA) is known color: Picton Blue. HEX triplet: 55, 9D and DA. RGB value is (85,157,218). Sum of RGB (Red+Green+Blue) = 85+157+218=460 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.48% from 460); Green value is 157 (61.72% from 255 or 34.13% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #559DDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559DDA is #AA6225. Grayscale: #8E8E8E. Windows color (decimal): -11166246 or 14327125. OLE color: 14327125.
HSL color Cylindrical-coordinate representation of color #559DDA: hue angle of 207.52º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #559DDA is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 157 | 218 | - |
| CMYK | 0.61 | 0.28 | 0 | 0.15 |
| HSL | 207.52º | 0.64% | 0.59% | - |
| HSV(B) | 207.52º | 0.61% | 0.85% | - |
| XYZ | 28.46 | 31.11 | 70.83 | - |
| YUV | 142.43 | 170.65 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 157 | 218 | 0.61 | 0.28 | 0 | 0.15 | 207.52 | 0.64 | 0.59 |
| Hex | 55 | 9D | DA | 3D | 1C | 0 | F | D0 | 40 | 3B |
| Octal | 125 | 235 | 332 | 75 | 34 | 0 | 17 | 320 | 100 | 73 |
| Binary | 1010101 | 10011101 | 11011010 | 111101 | 11100 | 0 | 1111 | 11010000 | 1000000 | 111011 |
Color Harmonies of #559DDA
Complementary color
Monochromatic Colors of #559DDA
Black with #559DDA
Text Example
Text Example
White with #559DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559DDA; }
p { color: rgb(85,157,218); }
H1.HeaderClassName
{
color: #559DDA;
}
.AnyTagClassName
{
color: #559DDA;
}
</style>
background-color css
<style>
a { background-color: #559DDA; }
a { background-color: rgb(85,157,218); }
div.DivClassName
{
background-color: #559DDA;
}
.BgClassName
{
background-color: #559DDA;
}
</style>
border-color css
<style>
span { border-color: #559DDA; }
span { border-color: rgb(85,157,218); }
td.TdClassName
{
border-color: #559DDA;
}
.TagClassName
{
border-color: #559DDA;
}
</style>