Shades of Picton Blue #56A3CB
Tints of Picton Blue #56A3CB
RGB
CMYK
RGB Variations
Color information
#56A3CB (or 0x56A3CB) is known color: Picton Blue. HEX triplet: 56, A3 and CB. RGB value is (86,163,203). Sum of RGB (Red+Green+Blue) = 86+163+203=452 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.03% from 452); Green value is 163 (64.06% from 255 or 36.06% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 203 - color contains mainly: blue. Hex color #56A3CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56A3CB is #A95C34. Grayscale: #909090. Windows color (decimal): -11099189 or 13345622. OLE color: 13345622.
HSL color Cylindrical-coordinate representation of color #56A3CB: hue angle of 200.51º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56A3CB is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 163 | 203 | - |
| CMYK | 0.58 | 0.20 | 0 | 0.20 |
| HSL | 200.51º | 0.53% | 0.57% | - |
| HSV(B) | 200.51º | 0.58% | 0.8% | - |
| XYZ | 27.71 | 32.48 | 61.31 | - |
| YUV | 144.54 | 160.99 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 163 | 203 | 0.58 | 0.20 | 0 | 0.20 | 200.51 | 0.53 | 0.57 |
| Hex | 56 | A3 | CB | 3A | 14 | 0 | 14 | C9 | 35 | 39 |
| Octal | 126 | 243 | 313 | 72 | 24 | 0 | 24 | 311 | 65 | 71 |
| Binary | 1010110 | 10100011 | 11001011 | 111010 | 10100 | 0 | 10100 | 11001001 | 110101 | 111001 |
Color Harmonies of #56A3CB
Complementary color
Monochromatic Colors of #56A3CB
Black with #56A3CB
Text Example
Text Example
White with #56A3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A3CB; }
p { color: rgb(86,163,203); }
H1.HeaderClassName
{
color: #56A3CB;
}
.AnyTagClassName
{
color: #56A3CB;
}
</style>
background-color css
<style>
a { background-color: #56A3CB; }
a { background-color: rgb(86,163,203); }
div.DivClassName
{
background-color: #56A3CB;
}
.BgClassName
{
background-color: #56A3CB;
}
</style>
border-color css
<style>
span { border-color: #56A3CB; }
span { border-color: rgb(86,163,203); }
td.TdClassName
{
border-color: #56A3CB;
}
.TagClassName
{
border-color: #56A3CB;
}
</style>