Shades of Picton Blue #56A8D5
Tints of Picton Blue #56A8D5
RGB
CMYK
RGB Variations
Color information
#56A8D5 (or 0x56A8D5) is known color: Picton Blue. HEX triplet: 56, A8 and D5. RGB value is (86,168,213). Sum of RGB (Red+Green+Blue) = 86+168+213=467 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.42% from 467); Green value is 168 (66.02% from 255 or 35.97% from 467); Blue value is 213 (83.59% from 255 or 45.61% from 467); Max value from RGB is 213 - color contains mainly: blue. Hex color #56A8D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56A8D5 is #A9572A. Grayscale: #949494. Windows color (decimal): -11097899 or 14002262. OLE color: 14002262.
HSL color Cylindrical-coordinate representation of color #56A8D5: hue angle of 201.26º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #56A8D5 is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 86 | 168 | 213 | - |
| CMYK | 0.60 | 0.21 | 0 | 0.16 |
| HSL | 201.26º | 0.6% | 0.59% | - |
| HSV(B) | 201.26º | 0.6% | 0.84% | - |
| XYZ | 29.85 | 34.79 | 68.09 | - |
| YUV | 148.61 | 164.33 | 83.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 168 | 213 | 0.60 | 0.21 | 0 | 0.16 | 201.26 | 0.6 | 0.59 |
| Hex | 56 | A8 | D5 | 3C | 15 | 0 | 10 | C9 | 3C | 3B |
| Octal | 126 | 250 | 325 | 74 | 25 | 0 | 20 | 311 | 74 | 73 |
| Binary | 1010110 | 10101000 | 11010101 | 111100 | 10101 | 0 | 10000 | 11001001 | 111100 | 111011 |
Color Harmonies of #56A8D5
Complementary color
Monochromatic Colors of #56A8D5
Black with #56A8D5
Text Example
Text Example
White with #56A8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A8D5; }
p { color: rgb(86,168,213); }
H1.HeaderClassName
{
color: #56A8D5;
}
.AnyTagClassName
{
color: #56A8D5;
}
</style>
background-color css
<style>
a { background-color: #56A8D5; }
a { background-color: rgb(86,168,213); }
div.DivClassName
{
background-color: #56A8D5;
}
.BgClassName
{
background-color: #56A8D5;
}
</style>
border-color css
<style>
span { border-color: #56A8D5; }
span { border-color: rgb(86,168,213); }
td.TdClassName
{
border-color: #56A8D5;
}
.TagClassName
{
border-color: #56A8D5;
}
</style>