Shades of Picton Blue #559BCB
Tints of Picton Blue #559BCB
RGB
CMYK
RGB Variations
Color information
#559BCB (or 0x559BCB) is known color: Picton Blue. HEX triplet: 55, 9B and CB. RGB value is (85,155,203). Sum of RGB (Red+Green+Blue) = 85+155+203=443 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.19% from 443); Green value is 155 (60.94% from 255 or 34.99% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #559BCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559BCB is #AA6434. Grayscale: #8B8B8B. Windows color (decimal): -11166773 or 13343573. OLE color: 13343573.
HSL color Cylindrical-coordinate representation of color #559BCB: hue angle of 204.41º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #559BCB is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 155 | 203 | - |
| CMYK | 0.58 | 0.24 | 0 | 0.20 |
| HSL | 204.41º | 0.53% | 0.56% | - |
| HSV(B) | 204.41º | 0.58% | 0.8% | - |
| XYZ | 26.25 | 29.69 | 60.85 | - |
| YUV | 139.54 | 163.81 | 89.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 155 | 203 | 0.58 | 0.24 | 0 | 0.20 | 204.41 | 0.53 | 0.56 |
| Hex | 55 | 9B | CB | 3A | 18 | 0 | 14 | CC | 35 | 38 |
| Octal | 125 | 233 | 313 | 72 | 30 | 0 | 24 | 314 | 65 | 70 |
| Binary | 1010101 | 10011011 | 11001011 | 111010 | 11000 | 0 | 10100 | 11001100 | 110101 | 111000 |
Color Harmonies of #559BCB
Complementary color
Monochromatic Colors of #559BCB
Black with #559BCB
Text Example
Text Example
White with #559BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559BCB; }
p { color: rgb(85,155,203); }
H1.HeaderClassName
{
color: #559BCB;
}
.AnyTagClassName
{
color: #559BCB;
}
</style>
background-color css
<style>
a { background-color: #559BCB; }
a { background-color: rgb(85,155,203); }
div.DivClassName
{
background-color: #559BCB;
}
.BgClassName
{
background-color: #559BCB;
}
</style>
border-color css
<style>
span { border-color: #559BCB; }
span { border-color: rgb(85,155,203); }
td.TdClassName
{
border-color: #559BCB;
}
.TagClassName
{
border-color: #559BCB;
}
</style>