Shades of Picton Blue #559BC9
Tints of Picton Blue #559BC9
RGB
CMYK
RGB Variations
Color information
#559BC9 (or 0x559BC9) is known color: Picton Blue. HEX triplet: 55, 9B and C9. RGB value is (85,155,201). Sum of RGB (Red+Green+Blue) = 85+155+201=441 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.27% from 441); Green value is 155 (60.94% from 255 or 35.15% from 441); Blue value is 201 (78.91% from 255 or 45.58% from 441); Max value from RGB is 201 - color contains mainly: blue. Hex color #559BC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559BC9 is #AA6436. Grayscale: #8B8B8B. Windows color (decimal): -11166775 or 13212501. OLE color: 13212501.
HSL color Cylindrical-coordinate representation of color #559BC9: hue angle of 203.79º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #559BC9 is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 85 | 155 | 201 | - |
| CMYK | 0.58 | 0.23 | 0 | 0.21 |
| HSL | 203.79º | 0.52% | 0.56% | - |
| HSV(B) | 203.79º | 0.58% | 0.79% | - |
| XYZ | 26.01 | 29.59 | 59.6 | - |
| YUV | 139.31 | 162.81 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 155 | 201 | 0.58 | 0.23 | 0 | 0.21 | 203.79 | 0.52 | 0.56 |
| Hex | 55 | 9B | C9 | 3A | 17 | 0 | 15 | CC | 34 | 38 |
| Octal | 125 | 233 | 311 | 72 | 27 | 0 | 25 | 314 | 64 | 70 |
| Binary | 1010101 | 10011011 | 11001001 | 111010 | 10111 | 0 | 10101 | 11001100 | 110100 | 111000 |
Color Harmonies of #559BC9
Complementary color
Monochromatic Colors of #559BC9
Black with #559BC9
Text Example
Text Example
White with #559BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559BC9; }
p { color: rgb(85,155,201); }
H1.HeaderClassName
{
color: #559BC9;
}
.AnyTagClassName
{
color: #559BC9;
}
</style>
background-color css
<style>
a { background-color: #559BC9; }
a { background-color: rgb(85,155,201); }
div.DivClassName
{
background-color: #559BC9;
}
.BgClassName
{
background-color: #559BC9;
}
</style>
border-color css
<style>
span { border-color: #559BC9; }
span { border-color: rgb(85,155,201); }
td.TdClassName
{
border-color: #559BC9;
}
.TagClassName
{
border-color: #559BC9;
}
</style>