Shades of Picton Blue #56A8DA
Tints of Picton Blue #56A8DA
RGB
CMYK
RGB Variations
Color information
#56A8DA (or 0x56A8DA) is known color: Picton Blue. HEX triplet: 56, A8 and DA. RGB value is (86,168,218). Sum of RGB (Red+Green+Blue) = 86+168+218=472 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.22% from 472); Green value is 168 (66.02% from 255 or 35.59% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 218 - color contains mainly: blue. Hex color #56A8DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56A8DA is #A95725. Grayscale: #949494. Windows color (decimal): -11097894 or 14329942. OLE color: 14329942.
HSL color Cylindrical-coordinate representation of color #56A8DA: hue angle of 202.73º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56A8DA is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 86 | 168 | 218 | - |
| CMYK | 0.61 | 0.23 | 0 | 0.15 |
| HSL | 202.73º | 0.64% | 0.6% | - |
| HSV(B) | 202.73º | 0.61% | 0.85% | - |
| XYZ | 30.5 | 35.05 | 71.49 | - |
| YUV | 149.18 | 166.83 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 168 | 218 | 0.61 | 0.23 | 0 | 0.15 | 202.73 | 0.64 | 0.6 |
| Hex | 56 | A8 | DA | 3D | 17 | 0 | F | CB | 40 | 3C |
| Octal | 126 | 250 | 332 | 75 | 27 | 0 | 17 | 313 | 100 | 74 |
| Binary | 1010110 | 10101000 | 11011010 | 111101 | 10111 | 0 | 1111 | 11001011 | 1000000 | 111100 |
Color Harmonies of #56A8DA
Complementary color
Monochromatic Colors of #56A8DA
Black with #56A8DA
Text Example
Text Example
White with #56A8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A8DA; }
p { color: rgb(86,168,218); }
H1.HeaderClassName
{
color: #56A8DA;
}
.AnyTagClassName
{
color: #56A8DA;
}
</style>
background-color css
<style>
a { background-color: #56A8DA; }
a { background-color: rgb(86,168,218); }
div.DivClassName
{
background-color: #56A8DA;
}
.BgClassName
{
background-color: #56A8DA;
}
</style>
border-color css
<style>
span { border-color: #56A8DA; }
span { border-color: rgb(86,168,218); }
td.TdClassName
{
border-color: #56A8DA;
}
.TagClassName
{
border-color: #56A8DA;
}
</style>