Shades of Picton Blue #56A0CF
Tints of Picton Blue #56A0CF
RGB
CMYK
RGB Variations
Color information
#56A0CF (or 0x56A0CF) is known color: Picton Blue. HEX triplet: 56, A0 and CF. RGB value is (86,160,207). Sum of RGB (Red+Green+Blue) = 86+160+207=453 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.98% from 453); Green value is 160 (62.89% from 255 or 35.32% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #56A0CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56A0CF is #A95F30. Grayscale: #8E8E8E. Windows color (decimal): -11099953 or 13606998. OLE color: 13606998.
HSL color Cylindrical-coordinate representation of color #56A0CF: hue angle of 203.31º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56A0CF is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 160 | 207 | - |
| CMYK | 0.58 | 0.23 | 0 | 0.19 |
| HSL | 203.31º | 0.56% | 0.57% | - |
| HSV(B) | 203.31º | 0.58% | 0.81% | - |
| XYZ | 27.67 | 31.63 | 63.68 | - |
| YUV | 143.23 | 163.98 | 87.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 160 | 207 | 0.58 | 0.23 | 0 | 0.19 | 203.31 | 0.56 | 0.57 |
| Hex | 56 | A0 | CF | 3A | 17 | 0 | 13 | CB | 38 | 39 |
| Octal | 126 | 240 | 317 | 72 | 27 | 0 | 23 | 313 | 70 | 71 |
| Binary | 1010110 | 10100000 | 11001111 | 111010 | 10111 | 0 | 10011 | 11001011 | 111000 | 111001 |
Color Harmonies of #56A0CF
Complementary color
Monochromatic Colors of #56A0CF
Black with #56A0CF
Text Example
Text Example
White with #56A0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A0CF; }
p { color: rgb(86,160,207); }
H1.HeaderClassName
{
color: #56A0CF;
}
.AnyTagClassName
{
color: #56A0CF;
}
</style>
background-color css
<style>
a { background-color: #56A0CF; }
a { background-color: rgb(86,160,207); }
div.DivClassName
{
background-color: #56A0CF;
}
.BgClassName
{
background-color: #56A0CF;
}
</style>
border-color css
<style>
span { border-color: #56A0CF; }
span { border-color: rgb(86,160,207); }
td.TdClassName
{
border-color: #56A0CF;
}
.TagClassName
{
border-color: #56A0CF;
}
</style>