Shades of Picton Blue #56A2DC
Tints of Picton Blue #56A2DC
RGB
CMYK
RGB Variations
Color information
#56A2DC (or 0x56A2DC) is known color: Picton Blue. HEX triplet: 56, A2 and DC. RGB value is (86,162,220). Sum of RGB (Red+Green+Blue) = 86+162+220=468 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.38% from 468); Green value is 162 (63.67% from 255 or 34.62% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #56A2DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56A2DC is #A95D23. Grayscale: #919191. Windows color (decimal): -11099428 or 14459478. OLE color: 14459478.
HSL color Cylindrical-coordinate representation of color #56A2DC: hue angle of 205.97º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56A2DC is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 162 | 220 | - |
| CMYK | 0.61 | 0.26 | 0 | 0.14 |
| HSL | 205.97º | 0.66% | 0.6% | - |
| HSV(B) | 205.97º | 0.61% | 0.86% | - |
| XYZ | 29.68 | 32.99 | 72.51 | - |
| YUV | 145.89 | 169.82 | 85.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 162 | 220 | 0.61 | 0.26 | 0 | 0.14 | 205.97 | 0.66 | 0.6 |
| Hex | 56 | A2 | DC | 3D | 1A | 0 | E | CE | 42 | 3C |
| Octal | 126 | 242 | 334 | 75 | 32 | 0 | 16 | 316 | 102 | 74 |
| Binary | 1010110 | 10100010 | 11011100 | 111101 | 11010 | 0 | 1110 | 11001110 | 1000010 | 111100 |
Color Harmonies of #56A2DC
Complementary color
Monochromatic Colors of #56A2DC
Black with #56A2DC
Text Example
Text Example
White with #56A2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A2DC; }
p { color: rgb(86,162,220); }
H1.HeaderClassName
{
color: #56A2DC;
}
.AnyTagClassName
{
color: #56A2DC;
}
</style>
background-color css
<style>
a { background-color: #56A2DC; }
a { background-color: rgb(86,162,220); }
div.DivClassName
{
background-color: #56A2DC;
}
.BgClassName
{
background-color: #56A2DC;
}
</style>
border-color css
<style>
span { border-color: #56A2DC; }
span { border-color: rgb(86,162,220); }
td.TdClassName
{
border-color: #56A2DC;
}
.TagClassName
{
border-color: #56A2DC;
}
</style>