Shades of Picton Blue #559FC5
Tints of Picton Blue #559FC5
RGB
CMYK
RGB Variations
Color information
#559FC5 (or 0x559FC5) is known color: Picton Blue. HEX triplet: 55, 9F and C5. RGB value is (85,159,197). Sum of RGB (Red+Green+Blue) = 85+159+197=441 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.27% from 441); Green value is 159 (62.5% from 255 or 36.05% from 441); Blue value is 197 (77.34% from 255 or 44.67% from 441); Max value from RGB is 197 - color contains mainly: blue. Hex color #559FC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559FC5 is #AA603A. Grayscale: #8C8C8C. Windows color (decimal): -11165755 or 12951381. OLE color: 12951381.
HSL color Cylindrical-coordinate representation of color #559FC5: hue angle of 200.36º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #559FC5 is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 85 | 159 | 197 | - |
| CMYK | 0.57 | 0.19 | 0 | 0.23 |
| HSL | 200.36º | 0.49% | 0.55% | - |
| HSV(B) | 200.36º | 0.57% | 0.77% | - |
| XYZ | 26.22 | 30.76 | 57.38 | - |
| YUV | 141.21 | 159.48 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 159 | 197 | 0.57 | 0.19 | 0 | 0.23 | 200.36 | 0.49 | 0.55 |
| Hex | 55 | 9F | C5 | 39 | 13 | 0 | 17 | C8 | 31 | 37 |
| Octal | 125 | 237 | 305 | 71 | 23 | 0 | 27 | 310 | 61 | 67 |
| Binary | 1010101 | 10011111 | 11000101 | 111001 | 10011 | 0 | 10111 | 11001000 | 110001 | 110111 |
Color Harmonies of #559FC5
Complementary color
Monochromatic Colors of #559FC5
Black with #559FC5
Text Example
Text Example
White with #559FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559FC5; }
p { color: rgb(85,159,197); }
H1.HeaderClassName
{
color: #559FC5;
}
.AnyTagClassName
{
color: #559FC5;
}
</style>
background-color css
<style>
a { background-color: #559FC5; }
a { background-color: rgb(85,159,197); }
div.DivClassName
{
background-color: #559FC5;
}
.BgClassName
{
background-color: #559FC5;
}
</style>
border-color css
<style>
span { border-color: #559FC5; }
span { border-color: rgb(85,159,197); }
td.TdClassName
{
border-color: #559FC5;
}
.TagClassName
{
border-color: #559FC5;
}
</style>