Shades of Picton Blue #56A3C3
Tints of Picton Blue #56A3C3
RGB
CMYK
RGB Variations
Color information
#56A3C3 (or 0x56A3C3) is known color: Picton Blue. HEX triplet: 56, A3 and C3. RGB value is (86,163,195). Sum of RGB (Red+Green+Blue) = 86+163+195=444 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.37% from 444); Green value is 163 (64.06% from 255 or 36.71% from 444); Blue value is 195 (76.56% from 255 or 43.92% from 444); Max value from RGB is 195 - color contains mainly: blue. Hex color #56A3C3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56A3C3 is #A95C3C. Grayscale: #8F8F8F. Windows color (decimal): -11099197 or 12821334. OLE color: 12821334.
HSL color Cylindrical-coordinate representation of color #56A3C3: hue angle of 197.61º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #56A3C3 is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 163 | 195 | - |
| CMYK | 0.56 | 0.16 | 0 | 0.24 |
| HSL | 197.61º | 0.48% | 0.55% | - |
| HSV(B) | 197.61º | 0.56% | 0.76% | - |
| XYZ | 26.79 | 32.11 | 56.42 | - |
| YUV | 143.63 | 156.99 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 163 | 195 | 0.56 | 0.16 | 0 | 0.24 | 197.61 | 0.48 | 0.55 |
| Hex | 56 | A3 | C3 | 38 | 10 | 0 | 18 | C6 | 30 | 37 |
| Octal | 126 | 243 | 303 | 70 | 20 | 0 | 30 | 306 | 60 | 67 |
| Binary | 1010110 | 10100011 | 11000011 | 111000 | 10000 | 0 | 11000 | 11000110 | 110000 | 110111 |
Color Harmonies of #56A3C3
Complementary color
Monochromatic Colors of #56A3C3
Black with #56A3C3
Text Example
Text Example
White with #56A3C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A3C3; }
p { color: rgb(86,163,195); }
H1.HeaderClassName
{
color: #56A3C3;
}
.AnyTagClassName
{
color: #56A3C3;
}
</style>
background-color css
<style>
a { background-color: #56A3C3; }
a { background-color: rgb(86,163,195); }
div.DivClassName
{
background-color: #56A3C3;
}
.BgClassName
{
background-color: #56A3C3;
}
</style>
border-color css
<style>
span { border-color: #56A3C3; }
span { border-color: rgb(86,163,195); }
td.TdClassName
{
border-color: #56A3C3;
}
.TagClassName
{
border-color: #56A3C3;
}
</style>