Shades of Picton Blue #56A2D0
Tints of Picton Blue #56A2D0
RGB
CMYK
RGB Variations
Color information
#56A2D0 (or 0x56A2D0) is known color: Picton Blue. HEX triplet: 56, A2 and D0. RGB value is (86,162,208). Sum of RGB (Red+Green+Blue) = 86+162+208=456 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.86% from 456); Green value is 162 (63.67% from 255 or 35.53% from 456); Blue value is 208 (81.64% from 255 or 45.61% from 456); Max value from RGB is 208 - color contains mainly: blue. Hex color #56A2D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56A2D0 is #A95D2F. Grayscale: #909090. Windows color (decimal): -11099440 or 13673046. OLE color: 13673046.
HSL color Cylindrical-coordinate representation of color #56A2D0: hue angle of 202.62º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #56A2D0 is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 86 | 162 | 208 | - |
| CMYK | 0.59 | 0.22 | 0 | 0.18 |
| HSL | 202.62º | 0.56% | 0.58% | - |
| HSV(B) | 202.62º | 0.59% | 0.82% | - |
| XYZ | 28.14 | 32.37 | 64.44 | - |
| YUV | 144.52 | 163.82 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 162 | 208 | 0.59 | 0.22 | 0 | 0.18 | 202.62 | 0.56 | 0.58 |
| Hex | 56 | A2 | D0 | 3B | 16 | 0 | 12 | CB | 38 | 3A |
| Octal | 126 | 242 | 320 | 73 | 26 | 0 | 22 | 313 | 70 | 72 |
| Binary | 1010110 | 10100010 | 11010000 | 111011 | 10110 | 0 | 10010 | 11001011 | 111000 | 111010 |
Color Harmonies of #56A2D0
Complementary color
Monochromatic Colors of #56A2D0
Black with #56A2D0
Text Example
Text Example
White with #56A2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A2D0; }
p { color: rgb(86,162,208); }
H1.HeaderClassName
{
color: #56A2D0;
}
.AnyTagClassName
{
color: #56A2D0;
}
</style>
background-color css
<style>
a { background-color: #56A2D0; }
a { background-color: rgb(86,162,208); }
div.DivClassName
{
background-color: #56A2D0;
}
.BgClassName
{
background-color: #56A2D0;
}
</style>
border-color css
<style>
span { border-color: #56A2D0; }
span { border-color: rgb(86,162,208); }
td.TdClassName
{
border-color: #56A2D0;
}
.TagClassName
{
border-color: #56A2D0;
}
</style>