Shades of Picton Blue #56A1CF
Tints of Picton Blue #56A1CF
RGB
CMYK
RGB Variations
Color information
#56A1CF (or 0x56A1CF) is known color: Picton Blue. HEX triplet: 56, A1 and CF. RGB value is (86,161,207). Sum of RGB (Red+Green+Blue) = 86+161+207=454 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.94% from 454); Green value is 161 (63.28% from 255 or 35.46% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #56A1CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56A1CF is #A95E30. Grayscale: #8F8F8F. Windows color (decimal): -11099697 or 13607254. OLE color: 13607254.
HSL color Cylindrical-coordinate representation of color #56A1CF: hue angle of 202.81º 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 #56A1CF is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 161 | 207 | - |
| CMYK | 0.58 | 0.22 | 0 | 0.19 |
| HSL | 202.81º | 0.56% | 0.57% | - |
| HSV(B) | 202.81º | 0.58% | 0.81% | - |
| XYZ | 27.85 | 31.97 | 63.74 | - |
| YUV | 143.82 | 163.65 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 161 | 207 | 0.58 | 0.22 | 0 | 0.19 | 202.81 | 0.56 | 0.57 |
| Hex | 56 | A1 | CF | 3A | 16 | 0 | 13 | CB | 38 | 39 |
| Octal | 126 | 241 | 317 | 72 | 26 | 0 | 23 | 313 | 70 | 71 |
| Binary | 1010110 | 10100001 | 11001111 | 111010 | 10110 | 0 | 10011 | 11001011 | 111000 | 111001 |
Color Harmonies of #56A1CF
Complementary color
Monochromatic Colors of #56A1CF
Black with #56A1CF
Text Example
Text Example
White with #56A1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A1CF; }
p { color: rgb(86,161,207); }
H1.HeaderClassName
{
color: #56A1CF;
}
.AnyTagClassName
{
color: #56A1CF;
}
</style>
background-color css
<style>
a { background-color: #56A1CF; }
a { background-color: rgb(86,161,207); }
div.DivClassName
{
background-color: #56A1CF;
}
.BgClassName
{
background-color: #56A1CF;
}
</style>
border-color css
<style>
span { border-color: #56A1CF; }
span { border-color: rgb(86,161,207); }
td.TdClassName
{
border-color: #56A1CF;
}
.TagClassName
{
border-color: #56A1CF;
}
</style>