Shades of Picton Blue #56ADDA
Tints of Picton Blue #56ADDA
RGB
CMYK
RGB Variations
Color information
#56ADDA (or 0x56ADDA) is known color: Picton Blue. HEX triplet: 56, AD and DA. RGB value is (86,173,218). Sum of RGB (Red+Green+Blue) = 86+173+218=477 (63% of max value = 765). Red value is 86 (33.98% from 255 or 18.03% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #56ADDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56ADDA is #A95225. Grayscale: #979797. Windows color (decimal): -11096614 or 14331222. OLE color: 14331222.
HSL color Cylindrical-coordinate representation of color #56ADDA: hue angle of 200.45º 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 #56ADDA is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 86 | 173 | 218 | - |
| CMYK | 0.61 | 0.21 | 0 | 0.15 |
| HSL | 200.45º | 0.64% | 0.6% | - |
| HSV(B) | 200.45º | 0.61% | 0.85% | - |
| XYZ | 31.44 | 36.93 | 71.8 | - |
| YUV | 152.12 | 165.18 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 173 | 218 | 0.61 | 0.21 | 0 | 0.15 | 200.45 | 0.64 | 0.6 |
| Hex | 56 | AD | DA | 3D | 15 | 0 | F | C8 | 40 | 3C |
| Octal | 126 | 255 | 332 | 75 | 25 | 0 | 17 | 310 | 100 | 74 |
| Binary | 1010110 | 10101101 | 11011010 | 111101 | 10101 | 0 | 1111 | 11001000 | 1000000 | 111100 |
Color Harmonies of #56ADDA
Complementary color
Monochromatic Colors of #56ADDA
Black with #56ADDA
Text Example
Text Example
White with #56ADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56ADDA; }
p { color: rgb(86,173,218); }
H1.HeaderClassName
{
color: #56ADDA;
}
.AnyTagClassName
{
color: #56ADDA;
}
</style>
background-color css
<style>
a { background-color: #56ADDA; }
a { background-color: rgb(86,173,218); }
div.DivClassName
{
background-color: #56ADDA;
}
.BgClassName
{
background-color: #56ADDA;
}
</style>
border-color css
<style>
span { border-color: #56ADDA; }
span { border-color: rgb(86,173,218); }
td.TdClassName
{
border-color: #56ADDA;
}
.TagClassName
{
border-color: #56ADDA;
}
</style>