Shades of Picton Blue #56A8CE
Tints of Picton Blue #56A8CE
RGB
CMYK
RGB Variations
Color information
#56A8CE (or 0x56A8CE) is known color: Picton Blue. HEX triplet: 56, A8 and CE. RGB value is (86,168,206). Sum of RGB (Red+Green+Blue) = 86+168+206=460 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.70% from 460); Green value is 168 (66.02% from 255 or 36.52% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #56A8CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56A8CE is #A95731. Grayscale: #939393. Windows color (decimal): -11097906 or 13543510. OLE color: 13543510.
HSL color Cylindrical-coordinate representation of color #56A8CE: hue angle of 199º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56A8CE is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 168 | 206 | - |
| CMYK | 0.58 | 0.18 | 0 | 0.19 |
| HSL | 199º | 0.55% | 0.57% | - |
| HSV(B) | 199º | 0.58% | 0.81% | - |
| XYZ | 28.98 | 34.44 | 63.51 | - |
| YUV | 147.81 | 160.83 | 83.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 168 | 206 | 0.58 | 0.18 | 0 | 0.19 | 199 | 0.55 | 0.57 |
| Hex | 56 | A8 | CE | 3A | 12 | 0 | 13 | C7 | 37 | 39 |
| Octal | 126 | 250 | 316 | 72 | 22 | 0 | 23 | 307 | 67 | 71 |
| Binary | 1010110 | 10101000 | 11001110 | 111010 | 10010 | 0 | 10011 | 11000111 | 110111 | 111001 |
Color Harmonies of #56A8CE
Complementary color
Monochromatic Colors of #56A8CE
Black with #56A8CE
Text Example
Text Example
White with #56A8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A8CE; }
p { color: rgb(86,168,206); }
H1.HeaderClassName
{
color: #56A8CE;
}
.AnyTagClassName
{
color: #56A8CE;
}
</style>
background-color css
<style>
a { background-color: #56A8CE; }
a { background-color: rgb(86,168,206); }
div.DivClassName
{
background-color: #56A8CE;
}
.BgClassName
{
background-color: #56A8CE;
}
</style>
border-color css
<style>
span { border-color: #56A8CE; }
span { border-color: rgb(86,168,206); }
td.TdClassName
{
border-color: #56A8CE;
}
.TagClassName
{
border-color: #56A8CE;
}
</style>