Shades of Picton Blue #559DE3
Tints of Picton Blue #559DE3
RGB
CMYK
RGB Variations
Color information
#559DE3 (or 0x559DE3) is known color: Picton Blue. HEX triplet: 55, 9D and E3. RGB value is (85,157,227). Sum of RGB (Red+Green+Blue) = 85+157+227=469 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.12% from 469); Green value is 157 (61.72% from 255 or 33.48% from 469); Blue value is 227 (89.06% from 255 or 48.40% from 469); Max value from RGB is 227 - color contains mainly: blue. Hex color #559DE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559DE3 is #AA621C. Grayscale: #8F8F8F. Windows color (decimal): -11166237 or 14916949. OLE color: 14916949.
HSL color Cylindrical-coordinate representation of color #559DE3: hue angle of 209.58º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #559DE3 is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 85 | 157 | 227 | - |
| CMYK | 0.63 | 0.31 | 0 | 0.11 |
| HSL | 209.58º | 0.72% | 0.61% | - |
| HSV(B) | 209.58º | 0.63% | 0.89% | - |
| XYZ | 29.67 | 31.59 | 77.21 | - |
| YUV | 143.45 | 175.15 | 86.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 157 | 227 | 0.63 | 0.31 | 0 | 0.11 | 209.58 | 0.72 | 0.61 |
| Hex | 55 | 9D | E3 | 3F | 1F | 0 | B | D2 | 48 | 3D |
| Octal | 125 | 235 | 343 | 77 | 37 | 0 | 13 | 322 | 110 | 75 |
| Binary | 1010101 | 10011101 | 11100011 | 111111 | 11111 | 0 | 1011 | 11010010 | 1001000 | 111101 |
Color Harmonies of #559DE3
Complementary color
Monochromatic Colors of #559DE3
Black with #559DE3
Text Example
Text Example
White with #559DE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559DE3; }
p { color: rgb(85,157,227); }
H1.HeaderClassName
{
color: #559DE3;
}
.AnyTagClassName
{
color: #559DE3;
}
</style>
background-color css
<style>
a { background-color: #559DE3; }
a { background-color: rgb(85,157,227); }
div.DivClassName
{
background-color: #559DE3;
}
.BgClassName
{
background-color: #559DE3;
}
</style>
border-color css
<style>
span { border-color: #559DE3; }
span { border-color: rgb(85,157,227); }
td.TdClassName
{
border-color: #559DE3;
}
.TagClassName
{
border-color: #559DE3;
}
</style>